docs(editor): add bookmark note comment

tauraamui 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 🔗

@@ -234,6 +234,7 @@ func (m *editorCmp) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
 		m.isCompletionsOpen = false
 		m.currentQuery = ""
 		m.completionsStartIndex = 0
+	// NOTE(tauraamui) [15/09/2025]: this is the correct location to add picture attaching
 	case completions.SelectCompletionMsg:
 		if !m.isCompletionsOpen {
 			return m, nil