From 3b91ee46c5a9dd1134987a91a52f24a50b36bf80 Mon Sep 17 00:00:00 2001 From: maxpozdeev Date: Tue, 25 Oct 2022 16:34:35 +0300 Subject: [PATCH] - bugfix: failed to sort by hand on mobile devices (GH-43) --- src/content/jquery/jquery.ui.touch-punch-1.0.8.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/content/jquery/jquery.ui.touch-punch-1.0.8.js b/src/content/jquery/jquery.ui.touch-punch-1.0.8.js index af49a2e..939153c 100644 --- a/src/content/jquery/jquery.ui.touch-punch-1.0.8.js +++ b/src/content/jquery/jquery.ui.touch-punch-1.0.8.js @@ -203,7 +203,9 @@ if (delayStarted) { clearTimeout(delayTimer); delayStarted = false; - fireMouseDown(); + if (!delayFinished) { + fireMouseDown(); + } } // Ignore event if not handled