Browse Source

* 'group'

pull/10/head
RubaXa 11 years ago
parent
commit
7bee9709d2
  1. 3
      Sortable.js
  2. 2
      Sortable.min.js

3
Sortable.js

@ -262,7 +262,7 @@
, target = _closest(evt.target, this.options.draggable, el)
;
if( target[expando] === void 0 ){
if( el.children.length === 0 ){
el.appendChild(dragEl);
}
@ -301,6 +301,7 @@
}
}
}
}
},

2
Sortable.min.js vendored

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