mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-28 20:24:54 +01:00
ignore: tweak
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user