Skip to content

Commit

Permalink
Try to fix vrt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Jul 29, 2023
1 parent f20b12c commit 72fb0e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ export class PanelDynamicQuestionComponent extends QuestionAngular<QuestionPanel
this.update();
};
this.model.currentIndexChangedCallback = () => {
this.detectChanges();
this.update()
};
this.model.renderModeChangedCallback = () => {
this.detectChanges();
this.update();
};
}
get progressCssClass() {
Expand Down

0 comments on commit 72fb0e1

Please sign in to comment.