We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
These JoinHorizontal calls should use lipgloss.Top or lipgloss.Bottom rather than lipgloss.Left or lipgloss.Right:
JoinHorizontal
lipgloss.Top
lipgloss.Bottom
lipgloss.Left
lipgloss.Right
lipgloss/internal/tree/renderer.go
Line 100 in 87dd58d
These JoinVertical calls should use lipgloss.Left or lipgloss.Right rather than lipgloss.Top or lipgloss.Bottom:
JoinVertical
Line 84 in 87dd58d
Line 91 in 87dd58d
Line 129 in 87dd58d
The text was updated successfully, but these errors were encountered:
Thank you! This is fixed in #342 will link this issue to that PR so it'll close once merged :)
Sorry, something went wrong.
bashbunni
Successfully merging a pull request may close this issue.
These
JoinHorizontal
calls should uselipgloss.Top
orlipgloss.Bottom
rather thanlipgloss.Left
orlipgloss.Right
:lipgloss/internal/tree/renderer.go
Line 100 in 87dd58d
These
JoinVertical
calls should uselipgloss.Left
orlipgloss.Right
rather thanlipgloss.Top
orlipgloss.Bottom
:lipgloss/internal/tree/renderer.go
Line 84 in 87dd58d
lipgloss/internal/tree/renderer.go
Line 91 in 87dd58d
lipgloss/internal/tree/renderer.go
Line 129 in 87dd58d
The text was updated successfully, but these errors were encountered: