Browse Source

Merge pull request #1116 from yu1222/dev

fix #1071
pull/587/merge
Lebedev Konstantin 7 years ago committed by GitHub
parent
commit
8696a15149
  1. 1
      Sortable.js
  2. 2
      Sortable.min.js

1
Sortable.js

@ -867,6 +867,7 @@
_off(ownerDocument, 'touchend', this._onDrop);
_off(ownerDocument, 'pointerup', this._onDrop);
_off(ownerDocument, 'touchcancel', this._onDrop);
_off(ownerDocument, 'pointercancel', this._onDrop);
_off(ownerDocument, 'selectstart', this);
},

2
Sortable.min.js vendored

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