diff --git a/internal/tui/components/chat/editor/editor.go b/internal/tui/components/chat/editor/editor.go index fc4d26a431f1daac7e71ef4e772c6550b0750c68..427e46304a91921fe0be82d4402bc5c3a9cedd51 100644 --- a/internal/tui/components/chat/editor/editor.go +++ b/internal/tui/components/chat/editor/editor.go @@ -225,7 +225,6 @@ func (m *editorCmp) Update(msg tea.Msg) (tea.Model, tea.Cmd) { } } if !isAllowedType { - m.textarea, cmd = m.textarea.Update(msg) return m, cmd }