kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'hotkey-navigation' into 'develop'
Partially fix hotkey navigation on timelines (up/down) See merge request soapbox-pub/soapbox-fe!559actually-fix-tabs-bar
commit
c382eb086a
|
@ -217,6 +217,10 @@ export default class ScrollableList extends PureComponent {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
setRef = c => {
|
||||||
|
this.node = c;
|
||||||
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
const { children, scrollKey, showLoading, isLoading, hasMore, prepend, alwaysPrepend, emptyMessage, onLoadMore } = this.props;
|
const { children, scrollKey, showLoading, isLoading, hasMore, prepend, alwaysPrepend, emptyMessage, onLoadMore } = this.props;
|
||||||
const childrenCount = React.Children.count(children);
|
const childrenCount = React.Children.count(children);
|
||||||
|
|
Ładowanie…
Reference in New Issue