ux: breadcrumb ctrl-click

This commit is contained in:
ed 2022-06-19 17:51:03 +02:00
parent 802efeaff2
commit a99120116f

View file

@ -6013,6 +6013,9 @@ function wintitle(txt) {
ebi('path').onclick = function (e) { ebi('path').onclick = function (e) {
if (ctrl(e))
return true;
var a = e.target.closest('a[href]'); var a = e.target.closest('a[href]');
if (!a || !(a = a.getAttribute('href') + '') || !a.endsWith('/')) if (!a || !(a = a.getAttribute('href') + '') || !a.endsWith('/'))
return; return;