Browse Source

* activeGroup

pull/177/head
RubaXa 10 years ago
parent
commit
d6dcc64a5d
  1. 2
      Sortable.js

2
Sortable.js

@ -446,7 +446,7 @@
isOwner = (activeGroup === group),
canSort = options.sort;
if (!_silent &&
if (!_silent && activeGroup &&
(isOwner
? canSort || (revert = !rootEl.contains(dragEl))
: activeGroup.pull && groupPut && (

Loading…
Cancel
Save