diff --git a/src/public/app/components/root_command_executor.js b/src/public/app/components/root_command_executor.js index 6d65d5c80..a69d7c006 100644 --- a/src/public/app/components/root_command_executor.js +++ b/src/public/app/components/root_command_executor.js @@ -82,9 +82,10 @@ export default class RootCommandExecutor extends Component { async showBackendLogCommand() { await appContext.tabManager.openTabWithNoteWithHoisting('_backendLog', { activate: true }); } - + async showLaunchBarSubtreeCommand() { await this.showAndHoistSubtree('_lbRoot'); + this.showLeftPaneCommand(); } async showShareSubtreeCommand() {