mirror of
https://github.com/Xevion/glance.git
synced 2025-12-11 08:07:26 -06:00
Fix middle mouse click
This commit is contained in:
@@ -257,7 +257,7 @@ function setupGroups() {
|
|||||||
const title = titles[t];
|
const title = titles[t];
|
||||||
|
|
||||||
if (title.dataset.titleUrl !== undefined) {
|
if (title.dataset.titleUrl !== undefined) {
|
||||||
title.addEventListener("auxclick", (event) => {
|
title.addEventListener("mousedown", (event) => {
|
||||||
if (event.button != 1) {
|
if (event.button != 1) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user