diff --git a/src/components/carousel/carousel.ts b/src/components/carousel/carousel.ts index d8576f17e..4ee58e04a 100644 --- a/src/components/carousel/carousel.ts +++ b/src/components/carousel/carousel.ts @@ -221,8 +221,8 @@ export default class SlCarousel extends ShoelaceElement { // Reinitialize the carousel if a carousel item has been added or removed if (needsInitialization) { this.initializeSlides(); - this.requestUpdate(); } + this.requestUpdate(); } @watch('loop', { waitUntilFirstUpdate: true })