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.
1 parent 0ad91e4 commit 568b26dCopy full SHA for 568b26d
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