@evercam/ui 0.0.52-beta.7 → 0.0.52-beta.8

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.
package/dist/index.mjs CHANGED
@@ -5518,7 +5518,7 @@ const qt = {
5518
5518
  }, this.lastTransform = { ...e.transform };
5519
5519
  for (const n in this.xAxes)
5520
5520
  this.rescaleAxis(n, t), this.translateTicksText(n);
5521
- this.updateEventsBars(), this.updateLineGraphs(), this.updateBarChart(), this.updateLineGraphHoverZones(), this.repositionSelectedTimestampCursor(), this.emitVisibleInterval(fe.zoom), this.emitCurtainChange();
5521
+ this.updateEventsBars(), this.updateLineGraphs(), this.updateBarChart(), this.updateLineGraphHoverZones(), this.repositionSelectedTimestampCursor(), this.emitVisibleInterval(fe.zoom), this.curtains && this.emitCurtainChange();
5522
5522
  },
5523
5523
  emitCurtainChange() {
5524
5524
  const { startDate: e, endDate: t } = this.calculateDateRangeFromCurtains();