We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4420593 + 568b26d commit 9abf36aCopy full SHA for 9abf36a
src/components/dragelement/index.js
@@ -163,7 +163,7 @@ dragElement.init = function init(options) {
163
if(options.dragmode !== false) {
164
e.preventDefault();
165
document.addEventListener('mousemove', onMove);
166
- document.addEventListener('touchmove', onMove);
+ document.addEventListener('touchmove', onMove, {passive: false});
167
}
168
169
return;
0 commit comments