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 authored and elo7-developer committed Nov 18, 2019
1 parent 8f74d27 commit a26d7e7
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 @@ -950,7 +950,6 @@ define('sortable', [], function sortableFactory() {

_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 a26d7e7

Please sign in to comment.