Prevent default on middle click
This commit is contained in:
parent
d4fecd1dd8
commit
af4c1e8514
1 changed files with 1 additions and 0 deletions
|
@ -263,6 +263,7 @@ function setupGroups() {
|
|||
}
|
||||
|
||||
openURLInNewTab(title.dataset.titleUrl);
|
||||
event.preventDefault();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue