Browse Source

+ nulling

pull/612/merge
Lebedev Konstantin 9 years ago
parent
commit
e06f7d9f04
  1. 6
      Sortable.js

6
Sortable.js

@ -887,7 +887,9 @@
this._nulling();
},
_nulling: function () {
_nulling: function() {
if (Sortable.active === this) {
rootEl =
dragEl =
parentEl =
@ -909,8 +911,8 @@
putSortable =
activeGroup =
Sortable.active = null;
}
},
handleEvent: function (/**Event*/evt) {

Loading…
Cancel
Save