Merge pull request #10130 from Dmitriymush/bug-fix/dashboard-gridster-options
Fixed gridster options update for mobile mode
This commit is contained in:
commit
dd386672cb
@ -293,12 +293,12 @@ export class DashboardComponent extends PageComponent implements IDashboardCompo
|
||||
this.dashboardTimewindowChangedSubject.next(this.dashboardTimewindow);
|
||||
}
|
||||
|
||||
if (updateMobileOpts) {
|
||||
this.updateMobileOpts();
|
||||
}
|
||||
if (updateLayoutOpts) {
|
||||
this.updateLayoutOpts();
|
||||
}
|
||||
if (updateMobileOpts) {
|
||||
this.updateMobileOpts();
|
||||
}
|
||||
if (updateEditingOpts) {
|
||||
this.updateEditingOpts();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user