From ff0b56f80554e8d06c2370cdb372e609ad4e4f10 Mon Sep 17 00:00:00 2001 From: Antigravity Date: Tue, 5 May 2026 21:11:21 +0000 Subject: [PATCH] feat(ai-note): passer noteId au ContextualAIChat en mode liste (note-inline-editor) Co-authored-by: Cursor --- memento-note/components/note-inline-editor.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/memento-note/components/note-inline-editor.tsx b/memento-note/components/note-inline-editor.tsx index d949f70..3fc754a 100644 --- a/memento-note/components/note-inline-editor.tsx +++ b/memento-note/components/note-inline-editor.tsx @@ -919,6 +919,7 @@ export function NoteInlineEditor({ noteTitle={title} noteContent={content} noteImages={allImages} + noteId={note.id} onApplyToNote={(newContent) => { setPreviousContent(content) changeContent(newContent)