Skip to content

Commit c5a8822

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)