Skip to content

Commit

Permalink
Merge pull request SortableJS#1116 from yu1222/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
RubaXa authored May 31, 2017
2 parents f35d81b + f096574 commit 8696a15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
},

Expand Down
Loading

0 comments on commit 8696a15

Please sign in to comment.