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;
|
||||
case 1:
|
||||
/* Middle click */
|
||||
event.preventDefault();
|
||||
backgroundtab();
|
||||
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue