diff --git a/src/Sortable.js b/src/Sortable.js index 7a8274d216a9e4efd462a65b004cb2e244b65d3f..8e73521a23e8083242d3ec2f2b3059ebde8e7aa4 100644 --- a/src/Sortable.js +++ b/src/Sortable.js @@ -1652,6 +1652,8 @@ Sortable.prototype = /** @lends Sortable.prototype */ { this._onDrop(); + this._disableDelayedDragEvents(); + sortables.splice(sortables.indexOf(this.el), 1); this.el = el = null;