recent notes and insert link now include whole note path

This commit is contained in:
azivner
2017-09-03 15:08:17 -04:00
parent 8a388842aa
commit 81c534104f
4 changed files with 68 additions and 25 deletions

View File

@@ -38,7 +38,7 @@ function saveNoteIfChanged(callback) {
let title = $('#noteTitle').val();
$("#tree").fancytree('getNodeByKey', note.detail.note_id).setTitle(title);
getNodeByKey(note.detail.note_id).setTitle(title);
note.detail.note_title = title;