Compare commits
2 Commits
0ee26ccf3d
...
3c0233e8b3
Author | SHA1 | Date | |
---|---|---|---|
3c0233e8b3 | |||
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