From 2c6b970f29a758fabbab0db09c6f614133a0cd83 Mon Sep 17 00:00:00 2001 From: Richard Benjamin Allen Date: Tue, 18 Jun 2024 11:28:29 +0100 Subject: [PATCH] Fixed: Remove trailing space --- src/overlay.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/overlay.js b/src/overlay.js index c77be16d..42c8ec73 100644 --- a/src/overlay.js +++ b/src/overlay.js @@ -261,7 +261,6 @@ var size = this.size = positionAndSize.size; var rotate; var scale = ""; - if (viewport.flipped){ rotate = -positionAndSize.rotate; scale = " scaleX(-1)";