You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the canvas is positioned with left and/top margins, touch events always fail to hit the position you're tapping on.
Fix by inserting the usual getCanvasPosFromEvent method into the right place within CameraControl, to convert those coordinates to local canvas coordinates.