ignore: tweak

This commit is contained in:
Dax Raad 2025-07-28 12:20:37 -04:00
commit 081f100c93

View file

@ -368,7 +368,7 @@ func (m *messagesComponent) renderView() tea.Cmd {
if reverted { if reverted {
continue continue
} }
if part.Text == "" { if strings.TrimSpace(part.Text) == "" {
continue continue
} }
hasTextPart = true hasTextPart = true