mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
parent
17b1d71536
commit
98f6380dee
@ -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…
Reference in New Issue
Block a user