mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
fix(in-app-help): proper note hoisting
This commit is contained in:
@@ -91,7 +91,7 @@ export default class RootCommandExecutor extends Component {
|
||||
}
|
||||
|
||||
async showHelpCommand() {
|
||||
await appContext.tabManager.openTabWithNoteWithHoisting("_help", { activate: true });
|
||||
await this.showAndHoistSubtree("_help");
|
||||
}
|
||||
|
||||
async showLaunchBarSubtreeCommand() {
|
||||
|
||||
Reference in New Issue
Block a user