Browse Source

Merge pull request #29 from lazd/issue28

* fixed #28
pull/32/head
Lebedev Konstantin 11 years ago
parent
commit
85f409a7bd
  1. 2
      Sortable.js
  2. 2
      Sortable.min.js

2
Sortable.js

@ -187,6 +187,7 @@
, i = touchDragOverListeners.length
;
if( parent ){
do {
if( parent[expando] === group ){
while( i-- ){
@ -203,6 +204,7 @@
target = parent; // store last element
}
while( parent = parent.parentNode );
}
_css(ghostEl, 'display', '');
}

2
Sortable.min.js vendored

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