diff --git a/src/utils/Sorter.js b/src/utils/Sorter.js index dfa678165..88034a5dd 100644 --- a/src/utils/Sorter.js +++ b/src/utils/Sorter.js @@ -905,7 +905,7 @@ module.exports = Backbone.View.extend({ * */ endMove(e) { var created; - const moved = []; + const moved = [null]; const docs = this.getDocuments(); const container = this.getContainerEl(); const onEndMove = this.onEndMove;