Skip to content

Commit

Permalink
#2203: Fix multi drag sort event not firing
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-m1 committed Jul 3, 2023
1 parent a66e04d commit c5a8822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/MultiDrag/MultiDrag.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ function MultiDragPlugin() {

if (update) {
dispatchSortableEvent('update');
dispatchSortableEvent('sort');
}
}
}
Expand Down

0 comments on commit c5a8822

Please sign in to comment.