mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
increase default scroll speed
This commit is contained in:
parent
c264e9c364
commit
95168b8267
1 changed files with 1 additions and 1 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue