Browse Source

+ comment

pull/1018/merge
Lebedev Konstantin 8 years ago
parent
commit
9723f86bfd
  1. 1
      Sortable.js

1
Sortable.js

@ -1428,6 +1428,7 @@
}
}
// Fixed #973:
_on(document, 'touchmove', function (evt) {
if (Sortable.active) {
evt.preventDefault();

Loading…
Cancel
Save