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 authored and meowgorithm committed May 23, 2024
1 parent 5b33bdb commit 613d1cb
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 613d1cb

Please sign in to comment.