diff options
Diffstat (limited to 'internal/tui/components')
| -rw-r--r-- | internal/tui/components/chat/editor.go | 1 | ||||
| -rw-r--r-- | internal/tui/components/chat/messages.go (renamed from internal/tui/components/chat/list.go) | 0 |
2 files changed, 0 insertions, 1 deletions
diff --git a/internal/tui/components/chat/editor.go b/internal/tui/components/chat/editor.go index 0b2c9abb8..4d5ba0128 100644 --- a/internal/tui/components/chat/editor.go +++ b/internal/tui/components/chat/editor.go @@ -243,7 +243,6 @@ func (m *editorCmp) SetSize(width, height int) tea.Cmd { m.height = height m.textarea.SetWidth(width - 3) // account for the prompt and padding right m.textarea.SetHeight(height) - m.textarea.SetWidth(width) return nil } diff --git a/internal/tui/components/chat/list.go b/internal/tui/components/chat/messages.go index baa7c7e6d..baa7c7e6d 100644 --- a/internal/tui/components/chat/list.go +++ b/internal/tui/components/chat/messages.go |
