diff --git a/src/Sortable.js b/src/Sortable.js index 8537ad0b35dd44daa0436637fcd7562334cb9c68..048a38b1ce67a4f5aa4e55d8bd556ee1d020ba3f 100644 --- a/src/Sortable.js +++ b/src/Sortable.js @@ -1654,6 +1654,8 @@ Sortable.prototype = /** @lends Sortable.prototype */ { this._onDrop(); + this._disableDelayedDragEvents(); + sortables.splice(sortables.indexOf(this.el), 1); this.el = el = null;