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
}
Kujtim Hoxha created
internal/tui/components/chat/editor/editor.go | 1 -
1 file changed, 1 deletion(-)
@@ -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
}