survey-angular-ui 1.12.47 → 1.12.49

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.
@@ -1655,6 +1655,7 @@
1655
1655
  };
1656
1656
  SurveyContentComponent.prototype.ngAfterViewChecked = function () {
1657
1657
  if (!!this.model && this.isSurveyUpdated) {
1658
+ this.isSurveyUpdated = false;
1658
1659
  this.model.afterRenderSurvey(this.rootEl.nativeElement);
1659
1660
  this.model.startTimerFromUI();
1660
1661
  }