@forcecalendar/interface 1.0.40 → 1.0.41

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.
@@ -1524,7 +1524,7 @@ class D extends _ {
1524
1524
  this.container.innerHTML = '<div style="padding: 20px; text-align: center; color: #666;">No data available for week view.</div>';
1525
1525
  return;
1526
1526
  }
1527
- this.cleanup();
1527
+ this.cleanup(), this._scrolled = !1;
1528
1528
  const t = this.stateManager.getState().config, r = this._renderWeekView(e, t);
1529
1529
  this.container.innerHTML = r, this._attachEventHandlers(), this._scrollToCurrentTime();
1530
1530
  }
@@ -1661,7 +1661,7 @@ class k extends _ {
1661
1661
  this.container.innerHTML = '<div style="padding: 20px; text-align: center; color: #666;">No data available for day view.</div>';
1662
1662
  return;
1663
1663
  }
1664
- this.cleanup();
1664
+ this.cleanup(), this._scrolled = !1;
1665
1665
  const t = this.stateManager.getState().config, r = this._renderDayView(e, t);
1666
1666
  this.container.innerHTML = r, this._attachEventHandlers(), this._scrollToCurrentTime();
1667
1667
  }