From 9723f86bfd5981cc8356cb3e956c3f556a8ac370 Mon Sep 17 00:00:00 2001 From: Lebedev Konstantin Date: Sun, 19 Feb 2017 11:06:24 +0300 Subject: [PATCH] + comment --- Sortable.js | 1 + 1 file changed, 1 insertion(+) 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();