From 62a7dbf32302409dd7b11fb1f99871b1091aabd0 Mon Sep 17 00:00:00 2001 From: Lebedev Konstantin Date: Sun, 19 Feb 2017 11:06:40 +0300 Subject: [PATCH] * upd --- Sortable.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Sortable.js b/Sortable.js index 6ce41ab..5693fb8 100644 --- a/Sortable.js +++ b/Sortable.js @@ -1428,6 +1428,13 @@ } } + // Fixed #973: + _on(document, 'touchmove', function (evt) { + if (Sortable.active) { + evt.preventDefault(); + } + }); + try { window.addEventListener('test', null, Object.defineProperty({}, 'passive', { get: function () {