Skip to content

Commit

Permalink
Fix creator functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Oct 25, 2024
1 parent 73ecee8 commit 8495238
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export class PopupModal extends SurveyElementBase<{}, any> {
if(!options.isVisible) {
this.model.dispose();
this.model = undefined as any;
this.setState({ changed: this.state.changed + 1 });
}
};
this.model.onVisibilityChanged.add(onVisibilityChangedCallback);
Expand Down

0 comments on commit 8495238

Please sign in to comment.