Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 + Fixed Prettier for Carousel
  • Loading branch information
EnricoMessall committed Mar 25, 2023
1 parent fff6236 commit d598f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/carousel/carousel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -616,13 +616,13 @@ export class Carousel implements AfterContentInit {
if (this.interval) {
clearInterval(this.interval);
this.interval = undefined;
if(changeAllow){
if (changeAllow) {
this.allowAutoplay = false;
}
}
}

isPlaying(): boolean{
isPlaying(): boolean {
return !!this.interval;
}

Expand Down

0 comments on commit d598f5e

Please sign in to comment.