mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
fixed saved search refresh
This commit is contained in:
@@ -46,8 +46,8 @@ export default class NoteListWidget extends TabAwareWidget {
|
||||
}
|
||||
}
|
||||
|
||||
searchResultsUpdatedEvent({searchNoteIds}) {
|
||||
if (searchNoteIds.includes(this.noteId)) {
|
||||
notesReloadedEvent({noteIds}) {
|
||||
if (noteIds.includes(this.noteId)) {
|
||||
this.refresh();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user