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

Fixed: Jump bar on artists page not showing when window is made wider

(cherry picked from commit 0cb8d93069d6310abd39ee2fe73219e17aa83fe6)

Closes 
pull/4068/head
Mark McDowall 3 years ago committed by Bogdan
parent bfb86dafc9
commit e1ebaaee15

@ -100,7 +100,9 @@ class PageJumpBar extends Component {
// Listeners
onMeasure = ({ height }) => {
this.setState({ height });
if (height > 0) {
this.setState({ height });
}
};
//

Loading…
Cancel
Save