Skip to content

Commit 425cd35

Browse files
committed
disable delayed drag events during destory
1 parent 82ce396 commit 425cd35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Sortable.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,6 +1652,8 @@ Sortable.prototype = /** @lends Sortable.prototype */ {
16521652

16531653
this._onDrop();
16541654

1655+
this._disableDelayedDragEvents();
1656+
16551657
sortables.splice(sortables.indexOf(this.el), 1);
16561658

16571659
this.el = el = null;

0 commit comments

Comments
 (0)