Skip to content

Commit 41fd3e4

Browse files
committed
#1436: Allow touchmove if not cancelable
1 parent 74be32e commit 41fd3e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sortable.js

-1
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,6 @@
963963

964964
_onTouchMove: function (/**TouchEvent*/evt) {
965965
if (tapEvt) {
966-
if (!evt.cancelable) return;
967966
var options = this.options,
968967
fallbackTolerance = options.fallbackTolerance,
969968
fallbackOffset = options.fallbackOffset,

0 commit comments

Comments
 (0)