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
Because of this change : https://www.chromestatus.com/feature/5093566007214080
The event listeners for touch events default to passive, which means preventDefault() will not work, and screen will be dragged too while touching the canvas.
The text was updated successfully, but these errors were encountered:
Because of this change : https://www.chromestatus.com/feature/5093566007214080
The event listeners for touch events default to passive, which means preventDefault() will not work, and screen will be dragged too while touching the canvas.
The text was updated successfully, but these errors were encountered: