fix: default scroll speed should be slower

This commit is contained in:
adamdotdevin 2025-08-13 14:35:09 -05:00
parent bedeb626b2
commit 69d516c7fa
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75

View File

@ -1153,7 +1153,7 @@ func NewMessagesComponent(app *app.App) MessagesComponent {
if app.State.ScrollSpeed != nil && *app.State.ScrollSpeed > 0 {
vp.MouseWheelDelta = *app.State.ScrollSpeed
} else {
vp.MouseWheelDelta = 4
vp.MouseWheelDelta = 2
}
// Default to showing tool details, hidden thinking blocks