Skip to content

Commit

Permalink
fix(esl-carousel): esl-carousel-dots does not re-renders after targ…
Browse files Browse the repository at this point in the history
…et re-definition
  • Loading branch information
ala-n committed Jul 22, 2024
1 parent cbb364e commit 6252474
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 6252474

Please sign in to comment.