mirror of
https://github.com/9001/copyparty.git
synced 2026-03-13 03:33:45 +10:00
ux: breadcrumb ctrl-click
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user