diff --git a/internal/tui/components/chat/editor/editor.go b/internal/tui/components/chat/editor/editor.go index 3042b84c97a528246d4edc11c2a9ead89eb0aa38..451e609fcafafdde6ae4923179cddf79b1c12a1f 100644 --- a/internal/tui/components/chat/editor/editor.go +++ b/internal/tui/components/chat/editor/editor.go @@ -250,7 +250,6 @@ func (m *editorCmp) Update(msg tea.Msg) (tea.Model, tea.Cmd) { } if key.Matches(msg, m.keyMap.Newline) { m.textarea.InsertRune('\n') - return m, nil } // Handle Enter key if m.textarea.Focused() && key.Matches(msg, m.keyMap.SendMessage) {