Skip to content

Commit b81ba65

Browse files
committed
Prevent down event default when resuming inertia
1 parent 5d4b855 commit b81ba65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interact.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,6 +1499,8 @@
14991499

15001500
cancelFrame(this.inertiaStatus.i);
15011501
this.inertiaStatus.active = false;
1502+
1503+
this.checkAndPreventDefault(event, target, this.element);
15021504
}
15031505
},
15041506

0 commit comments

Comments
 (0)