Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/68f9df695b229e622b9c078bdddffacf67678977 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Remove debugger from OverlayScroller

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/6/head
Qstick 7 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