Skip to content

Commit

Permalink
Fix ids-progress-chart in Safari by adding color, size and progress u…
Browse files Browse the repository at this point in the history
…pdates to the connnected callback
  • Loading branch information
andriivarhanov committed Nov 7, 2022
1 parent 7418834 commit 57de13c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/ids-progress-chart/ids-progress-chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ export default class IdsProgressChart extends Base {

connectedCallback() {
super.connectedCallback();
this.#updateProgress();
this.#updateColor();
this.#updateSize();
}

/**
Expand Down

0 comments on commit 57de13c

Please sign in to comment.