mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-10 18:07:38 +00:00
Fixed: Remove debugger from OverlayScroller
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
@@ -22,7 +22,6 @@ class OverlayScroller extends Component {
|
||||
} = this.props;
|
||||
|
||||
if (!this._isScrolling && scrollTop != null && scrollTop !== prevProps.scrollTop) {
|
||||
debugger;
|
||||
this._scroller.scrollTop(scrollTop);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user