mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-02-12 08:39:41 -06: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