diff --git a/Sortable.js b/Sortable.js index 1a2a32cbe..d554df28c 100644 --- a/Sortable.js +++ b/Sortable.js @@ -963,7 +963,6 @@ _onTouchMove: function (/**TouchEvent*/evt) { if (tapEvt) { - if (!evt.cancelable) return; var options = this.options, fallbackTolerance = options.fallbackTolerance, fallbackOffset = options.fallbackOffset,