Fixed closed navbar #307 #311
| @@ -37,7 +37,7 @@ export class SidebarService { | ||||
|   ) { | ||||
|     this.themeService.isSidebarOpen$.subscribe(value => { | ||||
|       this.isSidebarOpen = value; | ||||
|       this.setMenu(); | ||||
|       this.setMenu(true); | ||||
|     }); | ||||
|  | ||||
|     this.translateService.onLangChange.subscribe(_ => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user