chore: lint

This commit is contained in:
Kujtim Hoxha
2025-07-28 21:22:54 +02:00
parent a069e8a0df
commit 0f6c3a072e

View File

@@ -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
}