fix updating note title when switching to another note

This commit is contained in:
azivner
2017-11-28 19:38:33 -05:00
parent cd90200272
commit 14001f67d8
2 changed files with 5 additions and 10 deletions

View File

@@ -89,7 +89,7 @@ const noteEditor = (function() {
note.detail.note_title = title;
noteTree.setCurrentNoteTitle(title);
noteTree.setNoteTitle(note.detail.note_id, title);
}
async function saveNoteToServer(note) {