Skip to content

Commit

Permalink
Do not update survey in logic-ui two times on activating the tab (#6584)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov authored Feb 12, 2025
1 parent d1c1236 commit 3069158
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export class SurveyLogicUI extends SurveyLogic {
super(survey, options);
if (!this.options) this.options = new EmptySurveyCreatorOptions();
this.setupToolbarItems();
this.update();
}
public update(
survey: SurveyModel = null,
Expand Down

0 comments on commit 3069158

Please sign in to comment.