From 8830ad3f14f4ba15f7ce73a19fd5a4983638b6bf Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 8 Feb 2020 22:37:49 -0500 Subject: [PATCH] Actually skip the rest of the selection logic on Firefox --- macrovision.js | 1 + 1 file changed, 1 insertion(+) diff --git a/macrovision.js b/macrovision.js index 911f5581..be8f4d6c 100644 --- a/macrovision.js +++ b/macrovision.js @@ -473,6 +473,7 @@ function testClick(event) { const target = event.target; if (navigator.userAgent.indexOf("Firefox") != -1) { clickDown(target.parentElement, event.clientX, event.clientY); + return; } // Get click coordinates