From 1a5e2519df236bc8d8b4eceddbde8dae1d8a821b Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 18 Dec 2024 23:19:07 +0200 Subject: [PATCH] feat(client): toggle left pane automatically when configuring launchbar --- src/public/app/components/root_command_executor.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {