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)