mirror of
https://github.com/9001/copyparty.git
synced 2026-01-12 07:44:08 -07:00
Sorry I should really test changes before I push them
This commit is contained in:
parent
4e9b92a8e2
commit
1f668369c1
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue