Skip to content

Commit 118828d

Browse files
authored
disable delayed drag events during destory
disable delayed drag events during destory
2 parents e979370 + 425cd35 commit 118828d

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
@@ -1654,6 +1654,8 @@ Sortable.prototype = /** @lends Sortable.prototype */ {
16541654

16551655
this._onDrop();
16561656

1657+
this._disableDelayedDragEvents();
1658+
16571659
sortables.splice(sortables.indexOf(this.el), 1);
16581660

16591661
this.el = el = null;

0 commit comments

Comments
 (0)