Browse Source

#134: * scrollEl detect

pull/168/head
RubaXa 10 years ago
parent
commit
cfd9b520a8
  1. 2
      Sortable.js

2
Sortable.js

@ -365,7 +365,7 @@
scrollEl = options.scroll;
if (scrollEl === true) {
scrollEl = dragEl;
scrollEl = rootEl;
do {
if ((scrollEl.offsetWidth < scrollEl.scrollWidth) ||

Loading…
Cancel
Save