export & import work correctly with clones

This commit is contained in:
azivner
2018-04-08 13:14:30 -04:00
parent b277a250e5
commit 1f96a6beab
3 changed files with 85 additions and 51 deletions

View File

@@ -56,6 +56,7 @@ async function createNewNote(parentNoteId, noteData) {
noteId: note.noteId,
parentNoteId: parentNoteId,
notePosition: newNotePos,
prefix: noteData.prefix,
isExpanded: 0
}).save();