Merge pull request #907 from Crimeraaa-S1GMA/main

no_scroll.js
This commit is contained in:
slweeb 2024-12-26 22:57:10 -05:00 committed by GitHub
commit 9949a454f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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();
};