Fix keyboard navigation in scrollable lists (#14348)

Fixes #14347
th-downstream
ThibG 4 years ago committed by GitHub
parent 7b682ceb13
commit 825475a32a

@ -20,7 +20,7 @@ const mapStateToProps = (state, { scrollKey }) => {
};
};
export default @connect(mapStateToProps)
export default @connect(mapStateToProps, null, null, { forwardRef: true })
class ScrollableList extends PureComponent {
static contextTypes = {

Loading…
Cancel
Save