mirror of
https://github.com/zadam/trilium.git
synced 2025-12-23 16:49:58 +01:00
recent notes and insert link now include whole note path
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user