mirror of
https://github.com/Xevion/glance.git
synced 2025-12-16 04:12:02 -06:00
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:
@@ -262,7 +262,7 @@ function setupGroups() {
|
||||
return;
|
||||
}
|
||||
|
||||
openURLInNewTab(title.dataset.titleUrl);
|
||||
openURLInNewTab(title.dataset.titleUrl, false);
|
||||
event.preventDefault();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user