Browse Source

#864: + check Sortable.active in nulling method

nulling
Lebedev Konstantin 9 years ago
parent
commit
d497e64ca9
  1. 4
      Sortable.js

4
Sortable.js

@ -815,11 +815,12 @@
}
}
this._nulling();
},
_nulling: function() {
// Nulling
if (Sortable.active === this) {
rootEl =
dragEl =
parentEl =
@ -841,6 +842,7 @@
activeGroup =
Sortable.active = null;
}
},
handleEvent: function (/**Event*/evt) {

Loading…
Cancel
Save