Skip to content

Commit

Permalink
Fixed #13821 - Fixed carousel autoplay + circular problem
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMessall committed Oct 7, 2023
1 parent dda14f0 commit 7979e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/carousel/carousel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,7 @@ export class Carousel implements AfterContentInit {
this.onPage.emit({
page: this.page
});
this.cd.markForCheck();
}

startAutoplay() {
Expand Down

0 comments on commit 7979e27

Please sign in to comment.