mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-21 05:10:58 +08:00
increase default scroll speed
This commit is contained in:
@@ -140,7 +140,7 @@ export function Session() {
|
||||
return new CustomSpeedScroll(tui.scroll_speed)
|
||||
}
|
||||
|
||||
return new CustomSpeedScroll(process.platform === "win32" ? 3 : 1)
|
||||
return new CustomSpeedScroll(3)
|
||||
})
|
||||
|
||||
createEffect(async () => {
|
||||
|
||||
Reference in New Issue
Block a user