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