Fixed closed navbar #307
This commit is contained in:
parent
0ee26ccf3d
commit
b8320c83fe
@ -37,7 +37,7 @@ export class SidebarService {
|
|||||||
) {
|
) {
|
||||||
this.themeService.isSidebarOpen$.subscribe(value => {
|
this.themeService.isSidebarOpen$.subscribe(value => {
|
||||||
this.isSidebarOpen = value;
|
this.isSidebarOpen = value;
|
||||||
this.setMenu();
|
this.setMenu(true);
|
||||||
});
|
});
|
||||||
|
|
||||||
this.translateService.onLangChange.subscribe(_ => {
|
this.translateService.onLangChange.subscribe(_ => {
|
||||||
|
Loading…
Reference in New Issue
Block a user