Skip to content

Commit

Permalink
feat(client): toggle left pane automatically when configuring launchbar
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Dec 18, 2024
1 parent a9640fb commit 1a5e251
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/public/app/components/root_command_executor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 1a5e251

Please sign in to comment.