Skip to content

Commit

Permalink
Patch for charmbracelet#419
Browse files Browse the repository at this point in the history
Apply patch from charmbracelet#419
  • Loading branch information
zhammer authored Oct 29, 2024
1 parent 20a4d21 commit 6240524
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions group.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ func PrevField() tea.Msg {
func (g *Group) Init() tea.Cmd {
var cmds []tea.Cmd

cmds = append(cmds, func() tea.Msg { return updateFieldMsg{} })

if g.selector.Selected().Skip() {
if g.selector.OnLast() {
cmds = append(cmds, g.prevField()...)
Expand Down

0 comments on commit 6240524

Please sign in to comment.