Browse Source

#772: newIndex

pull/891/head
Lebedev Konstantin 9 years ago
parent
commit
3fde492e01
  1. 2
      Sortable.js

2
Sortable.js

@ -803,7 +803,7 @@
} }
if (Sortable.active) { if (Sortable.active) {
if (newIndex === null || newIndex === -1) { if (newIndex == null || newIndex === -1) {
newIndex = oldIndex; newIndex = oldIndex;
} }

Loading…
Cancel
Save