mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
(FuseConfig) Only reset the layout object on route changes
This commit is contained in:
parent
498b9647e6
commit
ecbc370064
|
@ -66,6 +66,7 @@ export class FuseThemeOptionsComponent implements OnInit, OnDestroy
|
||||||
// noinspection TypeScriptValidateTypes
|
// noinspection TypeScriptValidateTypes
|
||||||
this.form = this._formBuilder.group({
|
this.form = this._formBuilder.group({
|
||||||
colorTheme : new FormControl(),
|
colorTheme : new FormControl(),
|
||||||
|
customScrollbars: new FormControl(),
|
||||||
layout : this._formBuilder.group({
|
layout : this._formBuilder.group({
|
||||||
style : new FormControl(),
|
style : new FormControl(),
|
||||||
width : new FormControl(),
|
width : new FormControl(),
|
||||||
|
@ -93,8 +94,7 @@ export class FuseThemeOptionsComponent implements OnInit, OnDestroy
|
||||||
hidden : new FormControl(),
|
hidden : new FormControl(),
|
||||||
position: new FormControl()
|
position: new FormControl()
|
||||||
})
|
})
|
||||||
}),
|
})
|
||||||
customScrollbars: new FormControl()
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// Subscribe to the config changes
|
// Subscribe to the config changes
|
||||||
|
|
Loading…
Reference in New Issue
Block a user