Skip to content

Commit

Permalink
fix(help): Fix help bubble not centering correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 28, 2024
1 parent 68a68a4 commit aea6163
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions help/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,8 @@ func (m Model) FullHelpView(groups [][]key.Binding) string {
if m.Width > 0 && totalWidth > m.Width {
break
}
out = append(out, sep)
}

out = append(out, sep)
}

return lipgloss.JoinHorizontal(lipgloss.Top, out...)
Expand Down

0 comments on commit aea6163

Please sign in to comment.