@energycap/components 0.39.11-ECAP-24439-Bill-Capture-Tour.20240321-1511 → 0.39.11-ECAP-24439-Bill-Capture-Tour.20240321-1515

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.
@@ -9333,6 +9333,9 @@ class TourComponent {
9333
9333
  }
9334
9334
  else if (event.tourAction === 'append') {
9335
9335
  if (this.currentTour) {
9336
+ if (event.isAutoStart) {
9337
+ this.tours = this.removeCompletedTours(event.tours);
9338
+ }
9336
9339
  this.tours = this.tours.concat(event.tours);
9337
9340
  }
9338
9341
  else {