Skip to content

Commit

Permalink
Merge pull request #2528 from exadel-inc/fix/esl-carousel-dots
Browse files Browse the repository at this point in the history
fix(esl-carousel): `esl-carousel-dots` does not re-renders after target re-definition
  • Loading branch information
ala-n authored Jul 22, 2024
2 parents da1a237 + 1964c3e commit 73c9e49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class ESLCarouselNavDots extends ESLBaseElement {
memoize.clear(this, '$carousel');
this.$$on(this._onSlideChange);
}
this.update();
this.update(true);
this.updateA11y();
}

Expand Down

0 comments on commit 73c9e49

Please sign in to comment.