mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-01-14 00:10:40 +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();
|
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user