Skip to content

Commit

Permalink
Fix primefaces#5166: Carousel responsive options fix
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Jan 25, 2024
1 parent 7333def commit d3bfa6e
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 d3bfa6e

Please sign in to comment.