mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
export & import work correctly with clones
This commit is contained in:
@@ -56,6 +56,7 @@ async function createNewNote(parentNoteId, noteData) {
|
||||
noteId: note.noteId,
|
||||
parentNoteId: parentNoteId,
|
||||
notePosition: newNotePos,
|
||||
prefix: noteData.prefix,
|
||||
isExpanded: 0
|
||||
}).save();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user