mirror of
https://github.com/zadam/trilium.git
synced 2025-03-11 14:33:29 +08:00
fix bug causing non-working autocomplete after creating new note
This commit is contained in:
parent
c24d9a0afa
commit
4596d56ae8
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue