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

(cherry picked from commit 0cb8d93069d6310abd39ee2fe73219e17aa83fe6)
pull/1470/head
Mark McDowall 2 years ago committed by ta264
parent 565fb77713
commit cbf2f0f4fb

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

Loading…
Cancel
Save