mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
bulk action dialog converted to widget
This commit is contained in:
@@ -305,4 +305,10 @@ export default class SearchDefinitionWidget extends NoteContextAwareWidget {
|
||||
|
||||
toastService.showMessage('Actions have been executed.', 3000);
|
||||
}
|
||||
|
||||
entitiesReloadedEvent({loadResults}) {
|
||||
if (loadResults.getAttributes().find(attr => attr.type === 'label' && attr.name === 'action')) {
|
||||
this.refresh();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user