feat(ai-note): passer noteId au ContextualAIChat en mode liste (note-inline-editor)
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 3s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Antigravity
2026-05-05 21:11:21 +00:00
parent d1e08f64c8
commit ff0b56f805

View File

@@ -919,6 +919,7 @@ export function NoteInlineEditor({
noteTitle={title} noteTitle={title}
noteContent={content} noteContent={content}
noteImages={allImages} noteImages={allImages}
noteId={note.id}
onApplyToNote={(newContent) => { onApplyToNote={(newContent) => {
setPreviousContent(content) setPreviousContent(content)
changeContent(newContent) changeContent(newContent)