We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb3b48 commit e88fdc0Copy full SHA for e88fdc0
pkg/gui/controllers/list_controller.go
@@ -173,7 +173,9 @@ func (self *ListController) handlePageChange(delta int) error {
173
}
174
175
176
- self.context.HandleFocus(types.OnFocusOpts{ScrollSelectionIntoView: true})
+ // Since we are maintaining the scroll position ourselves above, there's no point in passing
177
+ // ScrollSelectionIntoView=true here.
178
+ self.context.HandleFocus(types.OnFocusOpts{})
179
180
return nil
181
0 commit comments