Browse Source

#1022: + touch-action

pull/1043/head
Lebedev Konstantin 8 years ago
parent
commit
314db5e828
  1. 4
      Sortable.js

4
Sortable.js

@ -67,7 +67,7 @@
$ = win.jQuery || win.Zepto,
Polymer = win.Polymer,
captureMode = {capture: false, passive: false},
captureMode = false,
supportDraggable = !!('draggable' in document.createElement('div')),
supportCssPointerEvents = (function (el) {
@ -230,7 +230,7 @@
// Export instance
el[expando] = this;
el.style['touch-action'] = 'none'; // #1022
// Default options
var defaults = {

Loading…
Cancel
Save