Fixed: Remove trailing space

This commit is contained in:
Richard Benjamin Allen 2024-06-18 11:28:29 +01:00
parent 263dc85fbd
commit 2c6b970f29

View File

@ -261,7 +261,6 @@
var size = this.size = positionAndSize.size;
var rotate;
var scale = "";
if (viewport.flipped){
rotate = -positionAndSize.rotate;
scale = " scaleX(-1)";