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

(cherry picked from commit 0cb8d93069d6310abd39ee2fe73219e17aa83fe6)
pull/6955/head
Mark McDowall 3 years ago committed by Qstick
parent 6e0ed36e9f
commit ac9d6cbf0a

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

Loading…
Cancel
Save