Merge pull request #5283 from vvlladd28/bug/dashboard-component/mobile-autofill-height
[3.3.2] UI: Fixed widget height calculation when selecting state parameter - Auto fill mobile layout height
This commit is contained in:
commit
a1b3816f6a
@ -511,7 +511,7 @@ export class DashboardWidget implements GridsterItem, IDashboardWidget {
|
||||
@enumerable(true)
|
||||
get rows(): number {
|
||||
let res;
|
||||
if (this.dashboard.isMobileSize && !this.dashboard.mobileAutofillHeight) {
|
||||
if (this.dashboard.isMobileSize) {
|
||||
let mobileHeight;
|
||||
if (this.widgetLayout) {
|
||||
mobileHeight = this.widgetLayout.mobileHeight;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user