Skip to content
Snippets Groups Projects
Unverified Commit 44744c24 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

fix errors while using draggable during mobile scrolling

parent defa1499
Branches
No related tags found
No related merge requests found
......@@ -69,7 +69,10 @@
return;
}
// Prevent "Ignored attempt to cancel a touchmove event with cancelable=false" errors
if (event.cancelable) {
event.preventDefault();
}
var touch = event.originalEvent.changedTouches[0],
simulatedEvent = document.createEvent('MouseEvents');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment