ignore: tweak

pull/1382/head v0.3.80
Dax Raad 2025-07-28 12:20:37 -04:00
parent f2bdb8159f
commit 081f100c93
1 changed files with 1 additions and 1 deletions

View File

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