Browse Source

+ dev

pull/912/merge
Лебедев Константин 8 years ago
parent
commit
c628c53a03
  1. 4
      Sortable.js
  2. 3
      Sortable.min.js

4
Sortable.js

@ -894,11 +894,11 @@
!options.dropBubble && evt.stopPropagation();
}
ghostEl && ghostEl.parentNode.removeChild(ghostEl);
ghostEl && ghostEl.parentNode && ghostEl.parentNode.removeChild(ghostEl);
if (rootEl === parentEl || Sortable.active.lastPullMode !== 'clone') {
// Remove clone
cloneEl && cloneEl.parentNode.removeChild(cloneEl);
cloneEl && cloneEl.parentNode && cloneEl.parentNode.removeChild(cloneEl);
}
if (dragEl) {

3
Sortable.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save