Skip to content

Commit

Permalink
Merge pull request #873 from liiiku/bugfix_871
Browse files Browse the repository at this point in the history
Bugfix #871
  • Loading branch information
liiiku authored Oct 23, 2018
2 parents 19dd9af + 8a1b975 commit 438732b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/carousel/Carousel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export default class Carousel extends Component {

componentWillUnmount(): void {
removeResizeListener(this.refs.root, this.resetItemPosition);
this.pauseTimer();
}

handleMouseEnter(): void {
Expand Down

0 comments on commit 438732b

Please sign in to comment.