Skip to content

Commit c5a8822

Browse files
committed
#2203: Fix multi drag sort event not firing
1 parent a66e04d commit c5a8822

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugins/MultiDrag/MultiDrag.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ function MultiDragPlugin() {
431431

432432
if (update) {
433433
dispatchSortableEvent('update');
434+
dispatchSortableEvent('sort');
434435
}
435436
}
436437
}

0 commit comments

Comments
 (0)