Add youtube-like behavior as @Scotsguy suggested

This commit is contained in:
stackxp 2025-12-25 00:09:00 +01:00
parent b52aac1a11
commit 4e9b92a8e2

View file

@ -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);