mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
fix bug causing non-working autocomplete after creating new note
This commit is contained in:
@@ -614,6 +614,8 @@ const noteTree = (function() {
|
||||
|
||||
setParentChildRelation(result.note_tree_id, parentNoteId, result.note_id);
|
||||
|
||||
notesTreeMap[result.note_tree_id] = result;
|
||||
|
||||
noteIdToTitle[result.note_id] = newNoteName;
|
||||
|
||||
noteEditor.newNoteCreated();
|
||||
|
||||
Reference in New Issue
Block a user