feat: rotate preview in multitool (#1909)
This commit is contained in:
parent
b13b925bf0
commit
cbf1c3a59b
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue