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 committed Feb 12, 2025
1 parent caf1411 commit b1511bb
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 b1511bb

Please sign in to comment.