This commit is contained in:
zadam
2019-05-01 22:19:29 +02:00
parent c9183f8bd4
commit 7e03f14e01
6 changed files with 306 additions and 259 deletions

View File

@@ -76,7 +76,7 @@ async function executeCurrentNote() {
}
// make sure note is saved so we load latest changes
await noteDetailService.saveNoteIfChanged();
await noteDetailService.saveNotesIfChanged();
const activeNote = noteDetailService.getActiveNote();