Fix keyboard navigation in scrollable lists (#14348)

Fixes #14347
This commit is contained in:
ThibG 2020-07-18 18:55:36 +02:00 committed by GitHub
parent 17b1d71536
commit 98f6380dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {