mirror of
https://github.com/zadam/trilium.git
synced 2025-12-23 08:39:57 +01:00
fix updating note title when switching to another note
This commit is contained in:
@@ -89,7 +89,7 @@ const noteEditor = (function() {
|
||||
|
||||
note.detail.note_title = title;
|
||||
|
||||
noteTree.setCurrentNoteTitle(title);
|
||||
noteTree.setNoteTitle(note.detail.note_id, title);
|
||||
}
|
||||
|
||||
async function saveNoteToServer(note) {
|
||||
|
||||
Reference in New Issue
Block a user