mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 16:13:58 -07:00
Fixed: Remove debugger from OverlayScroller
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
4a17e43c82
commit
68f9df695b
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ class OverlayScroller extends Component {
|
||||||
} = this.props;
|
} = this.props;
|
||||||
|
|
||||||
if (!this._isScrolling && scrollTop != null && scrollTop !== prevProps.scrollTop) {
|
if (!this._isScrolling && scrollTop != null && scrollTop !== prevProps.scrollTop) {
|
||||||
debugger;
|
|
||||||
this._scroller.scrollTop(scrollTop);
|
this._scroller.scrollTop(scrollTop);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue