Don't animate scrolling by dragging the scroll bar (#940)

Also added the `config.animate_drag_scroll` option to re-enable the 
behavior.
This commit is contained in:
Guldoman
2022-04-26 09:54:11 -04:00
committed by GitHub
parent 0c456eb664
commit 444b3e3c66
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ config.fps = 60
config.max_log_items = 80
config.message_timeout = 5
config.mouse_wheel_scroll = 50 * SCALE
config.animate_drag_scroll = false
config.scroll_past_end = true
config.file_size_limit = 10
config.ignore_files = { "^%." }