mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
smaller search improvements
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user