From 4e9b92a8e2e1be70a44f41afdaebefe962accc2f Mon Sep 17 00:00:00 2001 From: stackxp <170874486+stackxp@users.noreply.github.com> Date: Thu, 25 Dec 2025 00:09:00 +0100 Subject: [PATCH] Add youtube-like behavior as @Scotsguy suggested --- copyparty/web/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 3913894a..1d53ff78 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -9631,7 +9631,7 @@ var rcm = (function () { ebi('wrap').oncontextmenu = function(e) { hide(true); - if (thegrid.en || !r.enabled || e.shiftKey) + if (thegrid.en || !r.enabled || e.shiftKey || menu.style.display) return true; else { ev(e);