smaller search improvements

This commit is contained in:
zadam
2020-12-04 22:57:54 +01:00
parent 526bd81b50
commit b0e5ab7533
8 changed files with 106 additions and 33 deletions

View File

@@ -94,6 +94,10 @@ export default class NoteTitleWidget extends TabAwareWidget {
// not updating the title specifically since the synced title might be older than what the user is currently typing
this.setProtectedStatus(this.note);
}
if (loadResults.isNoteReloaded(this.noteId, this.componentId)) {
this.refresh();
}
}
beforeUnloadEvent() {