fixes to note attachment handling

This commit is contained in:
zadam
2023-01-23 23:37:58 +01:00
parent 8a33645360
commit f59e19d93b
8 changed files with 59 additions and 11 deletions

View File

@@ -88,8 +88,12 @@ export default class RootCommandExecutor extends Component {
await this.showAndHoistSubtree('_hidden');
}
async showOptionsCommand() {
await this.showAndHoistSubtree('_options');
async showOptionsCommand({section}) {
await appContext.tabManager.openContextWithNote(
section || '_options',
true,
null,
'_options');
}
async showSQLConsoleHistoryCommand() {