Browse Source

* fixed 'QuickDrag'

pull/10/head
RubaXa 11 years ago
parent
commit
35ca0222f2
  1. 1
      Sortable.js
  2. 2
      Sortable.min.js

1
Sortable.js

@ -325,6 +325,7 @@
if( evt ){
evt.preventDefault();
evt.stopPropagation();
if( ghostEl ){
ghostEl.parentNode.removeChild(ghostEl);

2
Sortable.min.js vendored

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