From 9927f3a3d3f178dbb78629b3d6bbe50d2b0b8cab Mon Sep 17 00:00:00 2001 From: crimeraaa <118309721+Crimeraaa-S1GMA@users.noreply.github.com> Date: Sun, 22 Dec 2024 17:47:33 +0100 Subject: [PATCH] no_scroll mod --- mods/no_scroll.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mods/no_scroll.js diff --git a/mods/no_scroll.js b/mods/no_scroll.js new file mode 100644 index 00000000..6af8508b --- /dev/null +++ b/mods/no_scroll.js @@ -0,0 +1,5 @@ +// For macOS magic mouse users. + +wheelHandle = function(e) { + e.preventDefault(); +}; \ No newline at end of file