chore(lint): add missing GoDoc

Christian Rocha created

Change summary

internal/tui/components/chat/editor/editor.go | 1 +
1 file changed, 1 insertion(+)

Detailed changes

internal/tui/components/chat/editor/editor.go 🔗

@@ -378,6 +378,7 @@ func (c *editorCmp) IsFocused() bool {
 	return c.textarea.Focused()
 }
 
+// Bindings implements Container.
 func (c *editorCmp) Bindings() []key.Binding {
 	return c.keyMap.KeyBindings()
 }