Skip to content

Commit

Permalink
SortableJS#1436: Allow touchmove if not cancelable
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-m1 committed Feb 10, 2019
1 parent 4cbae77 commit aac4b98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,6 @@

_onTouchMove: function (/**TouchEvent*/evt) {
if (tapEvt) {
if (!evt.cancelable) return;
var options = this.options,
fallbackTolerance = options.fallbackTolerance,
fallbackOffset = options.fallbackOffset,
Expand Down

0 comments on commit aac4b98

Please sign in to comment.