We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e8124 commit 0331d30Copy full SHA for 0331d30
js/utils/poly.js
@@ -48,7 +48,7 @@
48
var touchMoveEvent = 'touchmove';
49
var touchEndEvent = 'touchend';
50
var touchCancelEvent = 'touchcancel';
51
-
+
52
if (window.navigator.pointerEnabled) {
53
touchStartEvent = 'pointerdown';
54
touchMoveEvent = 'pointermove';
0 commit comments