mirror of
https://github.com/9001/copyparty.git
synced 2026-01-12 15:52:39 -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) {
|
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;
|
return true;
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
ev(e);
|
ev(e);
|
||||||
show(e.clientX, e.clientY, e.target);
|
show(e.clientX, e.clientY, e.target);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue