mirror of
https://github.com/9001/copyparty.git
synced 2026-02-19 11:54:58 -05:00
@@ -9753,7 +9753,7 @@ var rcm = (function () {
|
||||
}
|
||||
|
||||
ebi('wrap').oncontextmenu = function(e) {
|
||||
if (!r.enabled || e.shiftKey || (r.double && menu.style.display)) {
|
||||
if (!r.enabled || e.shiftKey || (r.double && menu.style.display) || /doc=/.exec(location.search)) {
|
||||
r.hide(true);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user