Browse Source

#238: * disabled

drop-text
RubaXa 10 years ago
parent
commit
f500b679f2
  1. 2
      Sortable.js

2
Sortable.js

@ -469,7 +469,7 @@
!options.dragoverBubble && evt.stopPropagation(); !options.dragoverBubble && evt.stopPropagation();
} }
if (!_silent && activeGroup && if (!_silent && activeGroup && !options.disabled &&
(isOwner (isOwner
? canSort || (revert = !rootEl.contains(dragEl)) ? canSort || (revert = !rootEl.contains(dragEl))
: activeGroup.pull && groupPut && ( : activeGroup.pull && groupPut && (

Loading…
Cancel
Save