Remove horizontal menu state check
This commit is contained in:
@@ -36,7 +36,7 @@ export class AppConfigComponent {
|
||||
|
||||
set menuMode(_val: string) {
|
||||
this.layoutService.config.menuMode = _val;
|
||||
if (this.layoutService.isSlim() || this.layoutService.isHorizontal()) {
|
||||
if (this.layoutService.isSlim()) {
|
||||
this.menuService.reset();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user