Merge pull request #10130 from Dmitriymush/bug-fix/dashboard-gridster-options

Fixed gridster options update for mobile mode
This commit is contained in:
Igor Kulikov 2024-02-12 13:58:21 +02:00 committed by GitHub
commit dd386672cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -293,12 +293,12 @@ export class DashboardComponent extends PageComponent implements IDashboardCompo
this.dashboardTimewindowChangedSubject.next(this.dashboardTimewindow); this.dashboardTimewindowChangedSubject.next(this.dashboardTimewindow);
} }
if (updateMobileOpts) {
this.updateMobileOpts();
}
if (updateLayoutOpts) { if (updateLayoutOpts) {
this.updateLayoutOpts(); this.updateLayoutOpts();
} }
if (updateMobileOpts) {
this.updateMobileOpts();
}
if (updateEditingOpts) { if (updateEditingOpts) {
this.updateEditingOpts(); this.updateEditingOpts();
} }