mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
converted backend log dialog to new pattern
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user