diff --git a/Sortable.js b/Sortable.js index f606860..5693fb8 100644 --- a/Sortable.js +++ b/Sortable.js @@ -1428,6 +1428,7 @@ } } + // Fixed #973: _on(document, 'touchmove', function (evt) { if (Sortable.active) { evt.preventDefault();