[Glitch] Fix keyboard navigation in scrollable lists

Port 825475a32a to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
lolsob-rspec
ThibG 2020-07-18 18:55:36 +02:00 committed by Thibaut Girka
parent 18722c2809
commit 915d01a921
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 = {