mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2024-11-10 18:00:11 +01:00
feat: rotate preview in multitool (#1909)
This commit is contained in:
parent
b13b925bf0
commit
cbf1c3a59b
@ -29,6 +29,7 @@ class ImageHighlighter {
|
||||
imageClickEvent.stopPropagation();
|
||||
};
|
||||
bigImg.src = highlightEvent.target.src;
|
||||
bigImg.style.rotate = highlightEvent.target.style.rotate;
|
||||
this.imageHighlighter.appendChild(bigImg);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user