mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 11:23:10 +02:00
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