mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
synchronous events, updating title works fully
This commit is contained in:
@@ -450,8 +450,6 @@ export default class NoteTreeWidget extends TabAwareWidget {
|
||||
|
||||
noteTitleChangedListener({noteId}) {
|
||||
for (const node of this.getNodesByNoteId(noteId)) {
|
||||
console.log("Setting to", node);
|
||||
|
||||
treeService.setNodeTitleWithPrefix(node);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user