fix(ui): fix timeline
This commit is contained in:
parent
f30912a307
commit
0313610111
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ export default class Timeline extends React.PureComponent {
|
|||
}
|
||||
|
||||
componentDidMount() {
|
||||
const { issues } = this.props;
|
||||
const skipToIssue = Controls.updateSkipToIssue();
|
||||
const firstIssue = issues.get(0);
|
||||
deboucneJump = debounce(this.props.jump, 500);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue