mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
wip
This commit is contained in:
@@ -69,10 +69,8 @@ class NoteInfoWidget extends StandardWidget {
|
||||
|
||||
// this is interesting for this widget since dateModified had to change after update
|
||||
noteChangesSavedListener({noteId}) {
|
||||
const note = this.tabContext.note;
|
||||
|
||||
if (note && note.noteId === noteId) {
|
||||
this.refreshWithNote(note);
|
||||
if (this.isNote(noteId)) {
|
||||
this.refreshWithNote(this.note, this.notePath);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user