mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
converted recent changes dialog to new pattern
This commit is contained in:
@@ -1429,9 +1429,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
||||
}
|
||||
|
||||
async recentChangesInSubtreeCommand({node}) {
|
||||
const recentChangesDialog = await import('../dialogs/recent_changes.js');
|
||||
|
||||
recentChangesDialog.showDialog(node.data.noteId);
|
||||
this.triggerCommand("showRecentChanges", {ancestorNoteId: node.data.noteId});
|
||||
}
|
||||
|
||||
selectAllNotesInParentCommand({node}) {
|
||||
|
||||
Reference in New Issue
Block a user