mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
note content refactoring, WIP
This commit is contained in:
@@ -96,7 +96,7 @@ async function createNewNote(parentNoteId, noteData) {
|
||||
note.noteContent = await new NoteContent({
|
||||
noteId: note.noteId,
|
||||
content: noteData.content
|
||||
});
|
||||
}).save();
|
||||
|
||||
const branch = await new Branch({
|
||||
noteId: note.noteId,
|
||||
|
||||
Reference in New Issue
Block a user