diff --git a/js/components/PageItem.js b/js/components/PageItem.js index cd8e2c0..cac9884 100644 --- a/js/components/PageItem.js +++ b/js/components/PageItem.js @@ -117,12 +117,6 @@ class PageItem extends React.Component { } } - handleTransitionEnd = () => { - if (this.state.faded) { - this.props.onLeave(); - } - }; - handleAnimationsUpdate = () => { this.setState(setAnimations(this.state, this.animationRunner.getState())); };