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
Remove preventDefault() on touchstart and touchmove events (#1195)
* Remove preventDefault() on touchstart and touchmove events
Touchstart and touchmove listeners added to the document by default as passive,
so that calls to preventDefault will be ignored and will create a browser error like
"Unable to preventDefault inside passive event".
This resolves issues #1019, #1054
* Revert comment before preventDefault and put it inside touchend
0 commit comments