Browse Source

* upd

gh-pages
Lebedev Konstantin 8 years ago
parent
commit
62a7dbf323
  1. 7
      Sortable.js

7
Sortable.js

@ -1428,6 +1428,13 @@
}
}
// Fixed #973:
_on(document, 'touchmove', function (evt) {
if (Sortable.active) {
evt.preventDefault();
}
});
try {
window.addEventListener('test', null, Object.defineProperty({}, 'passive', {
get: function () {

Loading…
Cancel
Save