Fixed: Remove debugger from OverlayScroller

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/496/head
Qstick 6 years ago
parent 4a17e43c82
commit 68f9df695b

@ -22,7 +22,6 @@ class OverlayScroller extends Component {
} = this.props;
if (!this._isScrolling && scrollTop != null && scrollTop !== prevProps.scrollTop) {
debugger;
this._scroller.scrollTop(scrollTop);
}
}

Loading…
Cancel
Save