Skip to content

Commit

Permalink
Fix #5166: Carousel responsive options fix (#5840)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Jan 25, 2024
1 parent 7333def commit 3da9377
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/lib/carousel/Carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,8 @@ export const Carousel = React.memo(
}
`;
}

calculatePosition();
}

carouselStyle.current.innerHTML = innerHTML;
Expand Down

0 comments on commit 3da9377

Please sign in to comment.