prevent the scroll of the middle click
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
This commit is contained in:
parent
cedb2e0e4c
commit
07bea92346
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
/* Middle click */
|
/* Middle click */
|
||||||
|
event.preventDefault();
|
||||||
backgroundtab();
|
backgroundtab();
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue