prevent the scroll of the middle click
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2024-01-19 12:21:54 +01:00
parent cedb2e0e4c
commit 07bea92346
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -68,6 +68,7 @@
break;
case 1:
/* Middle click */
event.preventDefault();
backgroundtab();
break;