Fix middle mouse click
This commit is contained in:
parent
79779eb721
commit
d4fecd1dd8
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ function setupGroups() {
|
|||
const title = titles[t];
|
||||
|
||||
if (title.dataset.titleUrl !== undefined) {
|
||||
title.addEventListener("auxclick", (event) => {
|
||||
title.addEventListener("mousedown", (event) => {
|
||||
if (event.button != 1) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue