mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
bulk action dialog converted to widget
This commit is contained in:
@@ -1451,11 +1451,6 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
||||
importDialog.showDialog(node.data.noteId);
|
||||
}
|
||||
|
||||
async bulkAssignAttributesCommand({node}) {
|
||||
const bulkAssignAttributesDialog = await import('../dialogs/bulk_assign_attributes.js');
|
||||
bulkAssignAttributesDialog.showDialog(this.getSelectedOrActiveNodes(node));
|
||||
}
|
||||
|
||||
forceNoteSyncCommand({node}) {
|
||||
syncService.forceNoteSync(node.data.noteId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user