diff --git a/src/modules/Popup/Popup.js b/src/modules/Popup/Popup.js index 0f4deb899a..c300ccee64 100644 --- a/src/modules/Popup/Popup.js +++ b/src/modules/Popup/Popup.js @@ -343,7 +343,6 @@ export default class Popup extends Component { debug('handlePortalUnmount()') const { hideOnScroll } = this.props - cancelAnimationFrame(this.animationRequestId) if (hideOnScroll) eventStack.unsub('scroll', this.hideOnScroll, { target: window }) _.invoke(this.props, 'onUnmount', e, this.props) }