diff --git a/internal/tui/components/chat/editor/editor.go b/internal/tui/components/chat/editor/editor.go index 272ef2f8f78020a16e88e5eac73756ea8473fe4b..952dfda51f2423b891f0bacce8fea7f788249deb 100644 --- a/internal/tui/components/chat/editor/editor.go +++ b/internal/tui/components/chat/editor/editor.go @@ -187,7 +187,6 @@ func (m *editorCmp) Update(msg tea.Msg) (tea.Model, tea.Cmd) { } case openEditorMsg: m.textarea.SetValue(msg.Text) - return m, nil case tea.KeyPressMsg: switch { // Completions