This commit is contained in:
zadam
2020-01-28 21:54:28 +01:00
parent 9301679707
commit 368d3b1b97
15 changed files with 76 additions and 96 deletions

View File

@@ -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);
}
}