mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	fix visibility of panels after startup with hidden state
This commit is contained in:
		
							parent
							
								
									a73739d03e
								
							
						
					
					
						commit
						4b24d9562c
					
				@ -16,6 +16,8 @@ export default class SidePaneContainer extends FlexContainer {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    sidebarVisibilityChangedEvent({side, show}) {
 | 
					    sidebarVisibilityChangedEvent({side, show}) {
 | 
				
			||||||
 | 
					        this.toggleInt(this.isEnabled());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if (this.side === side && show) {
 | 
					        if (this.side === side && show) {
 | 
				
			||||||
            this.handleEvent('lazyLoaded');
 | 
					            this.handleEvent('lazyLoaded');
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user