Skip to content

Commit ed53aee

Browse files
committed
Don't remove any idle interactions
1 parent 047131a commit ed53aee

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

interact.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2625,14 +2625,6 @@
26252625
this.pointers.splice(i, 1);
26262626
}
26272627
}
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-
}
26362628
},
26372629

26382630
inertiaFrame: function () {

0 commit comments

Comments
 (0)