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 563298b commit 2e84787Copy full SHA for 2e84787
interact.js
@@ -1719,7 +1719,6 @@
1719
// stop inertia so that the next move will be a normal one
1720
cancelFrame(inertiaStatus.i);
1721
inertiaStatus.active = false;
1722
- inertiaStatus.resumeDx = inertiaStatus.resumeDy = 0;
1723
1724
if (PointerEvent) {
1725
// add the pointer to the gesture object
@@ -4790,6 +4789,7 @@
4790
4789
4791
pointerIsDown = snapStatus.locked = dragging = resizing = gesturing = false;
4792
prepared = prevEvent = null;
+ inertiaStatus.resumeDx = inertiaStatus.resumeDy = 0;
4793
// do not clear the downEvent so that it can be used to
4794
// test for browser-simulated mouse events after touch
4795
0 commit comments