Fixed: Jump bar on series page not showing when window is made wider
Closes #4837
This commit is contained in:
parent
6131a99497
commit
0cb8d93069
|
@ -100,8 +100,10 @@ class PageJumpBar extends Component {
|
|||
// Listeners
|
||||
|
||||
onMeasure = ({ height }) => {
|
||||
if (height > 0) {
|
||||
this.setState({ height });
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Render
|
||||
|
|
Loading…
Reference in New Issue