feat: rotate preview in multitool (#1909)
This commit is contained in:
@@ -29,6 +29,7 @@ class ImageHighlighter {
|
|||||||
imageClickEvent.stopPropagation();
|
imageClickEvent.stopPropagation();
|
||||||
};
|
};
|
||||||
bigImg.src = highlightEvent.target.src;
|
bigImg.src = highlightEvent.target.src;
|
||||||
|
bigImg.style.rotate = highlightEvent.target.style.rotate;
|
||||||
this.imageHighlighter.appendChild(bigImg);
|
this.imageHighlighter.appendChild(bigImg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user