Partially fix hotkey navigation on timelines (up/down)
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
58f3107151
commit
13a4549111
1 changed files with 4 additions and 0 deletions
|
@ -217,6 +217,10 @@ export default class ScrollableList extends PureComponent {
|
|||
);
|
||||
}
|
||||
|
||||
setRef = c => {
|
||||
this.node = c;
|
||||
}
|
||||
|
||||
render() {
|
||||
const { children, scrollKey, showLoading, isLoading, hasMore, prepend, alwaysPrepend, emptyMessage, onLoadMore } = this.props;
|
||||
const childrenCount = React.Children.count(children);
|
||||
|
|
Loading…
Reference in a new issue