mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
note content refactoring, WIP
This commit is contained in:
@@ -117,7 +117,7 @@ async function saveNote() {
|
||||
}
|
||||
|
||||
note.title = $noteTitle.val();
|
||||
note.content = getCurrentNoteContent(note);
|
||||
note.noteContent.content = getCurrentNoteContent(note);
|
||||
|
||||
// it's important to set the flag back to false immediatelly after retrieving title and content
|
||||
// otherwise we might overwrite another change (especially async code)
|
||||
|
||||
Reference in New Issue
Block a user