ignore: tweak
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-07-28 12:20:37 -04:00
parent ff611ae792
commit fa6fad2bac
@@ -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