mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
converted import dialog to new pattern
This commit is contained in:
@@ -1458,8 +1458,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
||||
}
|
||||
|
||||
async importIntoNoteCommand({node}) {
|
||||
const importDialog = await import('../dialogs/import.js');
|
||||
importDialog.showDialog(node.data.noteId);
|
||||
this.triggerCommand("showImportDialog", {noteId: node.data.noteId});
|
||||
}
|
||||
|
||||
forceNoteSyncCommand({node}) {
|
||||
|
||||
Reference in New Issue
Block a user