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