mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	feat(client): toggle left pane automatically when configuring launchbar
This commit is contained in:
		@@ -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() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user