ignore: tweak
This commit is contained in:
parent
f2bdb8159f
commit
081f100c93
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue