mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
correctly updating title for all clone nodes
This commit is contained in:
@@ -92,9 +92,9 @@ const noteEditor = (function() {
|
||||
|
||||
const title = noteTitleEl.val();
|
||||
|
||||
noteTree.getCurrentNode().setTitle(title);
|
||||
|
||||
note.detail.note_title = title;
|
||||
|
||||
noteTree.setCurrentNoteTitle(title);
|
||||
}
|
||||
|
||||
async function saveNoteToServer(note) {
|
||||
|
||||
Reference in New Issue
Block a user