removed remnants of dev branch

This commit is contained in:
zadam
2023-02-17 16:44:04 +01:00
parent 760c7b73ad
commit 400b14e021
8 changed files with 12 additions and 21 deletions

View File

@@ -106,10 +106,6 @@ export default class RootCommandExecutor extends Component {
await this.showAndHoistSubtree('_search');
}
async showUserGuideCommand() {
await this.showAndHoistSubtree('_userGuide');
}
async showAndHoistSubtree(subtreeNoteId) {
await appContext.tabManager.openContextWithNote(subtreeNoteId, {
activate: true,