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