diff --git a/src/utils/Sorter.js b/src/utils/Sorter.js index 4cb5bde77..dfa678165 100644 --- a/src/utils/Sorter.js +++ b/src/utils/Sorter.js @@ -947,7 +947,7 @@ module.exports = Backbone.View.extend({ this.toggleSortCursor(); this.toMove = null; - isFunction(onEndMove) && onEndMove(moved, this); + isFunction(onEndMove) && moved.forEach(m => onEndMove(m, this)); }, /**