@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.
@@ -1016,7 +1016,8 @@ var RAWidgetContainer = /** @class */ (function () {
1016
1016
  if (this.widgetElement && changes.globalFilter && changes.globalFilter.currentValue != changes.globalFilter.previousValue) {
1017
1017
  this.refreshWidget(this.data.widgetInfo);
1018
1018
  }
1019
- if (changes.width && changes.width.currentValue != changes.width.previousValue) {
1019
+ if (changes.width && changes.width.currentValue != changes.width.previousValue ||
1020
+ (changes.height && changes.height.currentValue != changes.height.previousValue)) {
1020
1021
  this.data.widgetInfo.isDimensionUpdate = true;
1021
1022
  this.refreshWidget(this.data.widgetInfo);
1022
1023
  this.data.widgetInfo.isDimensionUpdate = false;