correctly updating title for all clone nodes

This commit is contained in:
azivner
2017-11-22 19:58:56 -05:00
parent 4e0d83e9de
commit 16818e7583
2 changed files with 41 additions and 8 deletions

View File

@@ -92,9 +92,9 @@ const noteEditor = (function() {
const title = noteTitleEl.val();
noteTree.getCurrentNode().setTitle(title);
note.detail.note_title = title;
noteTree.setCurrentNoteTitle(title);
}
async function saveNoteToServer(note) {