Browse Source

Make sure to always execute onEndMove in Sorter

pull/1229/head
Artur Arseniev 8 years ago
parent
commit
ae6a4c16c7
  1. 2
      src/utils/Sorter.js

2
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;

Loading…
Cancel
Save