diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 8022b79b..83d2cd9d 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -6013,6 +6013,9 @@ function wintitle(txt) { ebi('path').onclick = function (e) { + if (ctrl(e)) + return true; + var a = e.target.closest('a[href]'); if (!a || !(a = a.getAttribute('href') + '') || !a.endsWith('/')) return;