fix(tui): markdown wrapping off sometimes

This commit is contained in:
adamdottv
2025-07-09 06:41:53 -05:00
parent 3f25e5bf86
commit 269b43f4de
2 changed files with 10 additions and 6 deletions

View File

@@ -328,6 +328,7 @@ func (m *messagesComponent) renderView(width int) {
}
if error != "" {
error = styles.NewStyle().Width(width - 6).Render(error)
error = renderContentBlock(
m.app,
error,