mirror of
https://github.com/9001/copyparty.git
synced 2026-01-12 15:52:39 -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) {
|
ebi('wrap').oncontextmenu = function(e) {
|
||||||
hide(true);
|
hide(true);
|
||||||
if (thegrid.en || !r.enabled || e.shiftKey)
|
if (thegrid.en || !r.enabled || e.shiftKey || menu.style.display)
|
||||||
return true;
|
return true;
|
||||||
else {
|
else {
|
||||||
ev(e);
|
ev(e);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue