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 79f6953 commit 3f546f7Copy full SHA for 3f546f7
pkg/gui/context/list_context_trait.go
@@ -30,7 +30,7 @@ func (self *ListContextTrait) FocusLine() {
30
31
// Doing this at the end of the layout function because we need the view to be
32
// resized before we focus the line, otherwise if we're in accordion mode
33
- // the view could be squashed and won't how to adjust the cursor/origin.
+ // the view could be squashed and won't know how to adjust the cursor/origin.
34
// Also, refreshing the viewport needs to happen after the view has been resized.
35
self.c.AfterLayout(func() error {
36
oldOrigin, _ := self.GetViewTrait().ViewPortYBounds()
0 commit comments