mirror of
https://github.com/9001/copyparty.git
synced 2026-01-12 07:44:08 -07:00
Add youtube-like behavior as @Scotsguy suggested
This commit is contained in:
parent
b52aac1a11
commit
4e9b92a8e2
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue