Skip to content

Commit

Permalink
Merge pull request #8890 from SamMousa/chore-duplicate-update-css-call
Browse files Browse the repository at this point in the history
remove unnecessary call to updateCss
  • Loading branch information
andrewtelnov authored Oct 22, 2024
2 parents 2bf4eae + f50660a commit b384bd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/survey-core/src/survey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,6 @@ export class SurveyModel extends SurveyElementCore
} else {
this.cssValue = value;
}
this.updateCss();
this.updateElementCss(false);
}

Expand Down

0 comments on commit b384bd3

Please sign in to comment.