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