no_scroll mod
This commit is contained in:
parent
0da63f470e
commit
9927f3a3d3
|
|
@ -0,0 +1,5 @@
|
|||
// For macOS magic mouse users.
|
||||
|
||||
wheelHandle = function(e) {
|
||||
e.preventDefault();
|
||||
};
|
||||
Loading…
Reference in New Issue