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 047131a commit ed53aeeCopy full SHA for ed53aee
interact.js
@@ -2625,14 +2625,6 @@
2625
this.pointers.splice(i, 1);
2626
}
2627
2628
-
2629
- for (i = 0; i < interactions.length; i++) {
2630
- // remove this interaction if it's not the only one of it's type
2631
- if (interactions[i] !== this && interactions[i].mouse === this.mouse) {
2632
- interactions.splice(indexOf(interactions, this), 1);
2633
- break;
2634
- }
2635
2636
},
2637
2638
inertiaFrame: function () {
0 commit comments