Sorry I should really test changes before I push them

This commit is contained in:
stackxp 2025-12-25 22:48:54 +01:00
parent 4e9b92a8e2
commit 1f668369c1

View file

@ -9630,9 +9630,10 @@ var rcm = (function () {
}
ebi('wrap').oncontextmenu = function(e) {
hide(true);
if (thegrid.en || !r.enabled || e.shiftKey || menu.style.display)
if (thegrid.en || !r.enabled || e.shiftKey || menu.style.display) {
hide(true);
return true;
}
else {
ev(e);
show(e.clientX, e.clientY, e.target);