Don't focus new tab on middle click
This is more in line with how the browser behaves on middle click
This commit is contained in:
parent
af4c1e8514
commit
afe6ad6bfc
2 changed files with 5 additions and 3 deletions
|
|
@ -262,7 +262,7 @@ function setupGroups() {
|
|||
return;
|
||||
}
|
||||
|
||||
openURLInNewTab(title.dataset.titleUrl);
|
||||
openURLInNewTab(title.dataset.titleUrl, false);
|
||||
event.preventDefault();
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue