converted backend log dialog to new pattern

This commit is contained in:
zadam
2022-06-14 23:00:24 +02:00
parent 11412a258b
commit bc87bf12cf
6 changed files with 56 additions and 52 deletions

View File

@@ -78,10 +78,6 @@ export default class RootCommandExecutor extends Component {
this.searchNotesCommand({ancestorNoteId: noteId});
}
showBackendLogCommand() {
import("../dialogs/backend_log.js").then(d => d.showDialog());
}
openNoteExternallyCommand() {
const noteId = appContext.tabManager.getActiveContextNoteId();