diff --git a/interact.js b/interact.js index 17f0064b1..657dddff4 100644 --- a/interact.js +++ b/interact.js @@ -2625,14 +2625,6 @@ this.pointers.splice(i, 1); } } - - for (i = 0; i < interactions.length; i++) { - // remove this interaction if it's not the only one of it's type - if (interactions[i] !== this && interactions[i].mouse === this.mouse) { - interactions.splice(indexOf(interactions, this), 1); - break; - } - } }, inertiaFrame: function () {