@schneideress/dashboardframework 0.0.43 → 0.0.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1086,7 +1086,8 @@
1086
1086
  if (this.widgetElement && changes.globalFilter && changes.globalFilter.currentValue != changes.globalFilter.previousValue) {
1087
1087
  this.refreshWidget(this.data.widgetInfo);
1088
1088
  }
1089
- if (changes.width && changes.width.currentValue != changes.width.previousValue) {
1089
+ if (changes.width && changes.width.currentValue != changes.width.previousValue ||
1090
+ (changes.height && changes.height.currentValue != changes.height.previousValue)) {
1090
1091
  this.data.widgetInfo.isDimensionUpdate = true;
1091
1092
  this.refreshWidget(this.data.widgetInfo);
1092
1093
  this.data.widgetInfo.isDimensionUpdate = false;