Skip to content

Commit

Permalink
Merge pull request #13824 from Arematics/issue-13821
Browse files Browse the repository at this point in the history
Fixed #13821 - Fixed carousel autoplay + circular problem
  • Loading branch information
cetincakiroglu authored Oct 26, 2023
2 parents 9be8892 + 01f06f2 commit 3512d3a
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 @@ -798,6 +798,7 @@ export class Carousel implements AfterContentInit {
this.onPage.emit({
page: this.page
});
this.cd.markForCheck();
}

startAutoplay() {
Expand Down

1 comment on commit 3512d3a

@vercel
Copy link

@vercel vercel bot commented on 3512d3a Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.