mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 11:25:15 +00:00
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 {
|
||||
continue
|
||||
}
|
||||
if part.Text == "" {
|
||||
if strings.TrimSpace(part.Text) == "" {
|
||||
continue
|
||||
}
|
||||
hasTextPart = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue