no_scroll mod

This commit is contained in:
crimeraaa 2024-12-22 17:47:33 +01:00
parent 0da63f470e
commit 9927f3a3d3
1 changed files with 5 additions and 0 deletions

5
mods/no_scroll.js Normal file
View File

@ -0,0 +1,5 @@
// For macOS magic mouse users.
wheelHandle = function(e) {
e.preventDefault();
};