@schneideress/dashboardframework 0.0.220 → 0.0.222

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.
@@ -711,7 +711,7 @@
711
711
  */
712
712
  function () {
713
713
  context.setScreenWidth();
714
- }), 700);
714
+ }), 500);
715
715
  }));
716
716
  }
717
717
  /**
@@ -727,12 +727,7 @@
727
727
  this.screenWidth = window.outerWidth;
728
728
  if (this.IsDesktopView) {
729
729
  this.currentResInfo = this.resInfo[3];
730
- // let resInfo = this.resInfo.filter((item) => {
731
- // return item.end >= this.screenWidth && item.start <= this.screenWidth;
732
- // })[0];
733
- //if (this.currentResInfo.id != resInfo.id) {
734
730
  this.resized.next(true);
735
- //}
736
731
  }
737
732
  else {
738
733
  /** @type {?} */
@@ -996,7 +991,7 @@
996
991
  _this.gridcellHeight = _this.options.api.getCurrentRowHeight();
997
992
  _this.domResized = !_this.domResized;
998
993
  _this.setAreaHeight();
999
- }), 1000);
994
+ }), 100);
1000
995
  }
1001
996
  else {
1002
997
  _this.widgetList = [];