Added onScroll props to status_list
(previously removed, adding back now)
This commit is contained in:
parent
dea606b62d
commit
a6e80559ad
|
@ -25,6 +25,8 @@ export default class StatusList extends ImmutablePureComponent {
|
|||
timelineId: PropTypes.string,
|
||||
queuedItemSize: PropTypes.number,
|
||||
onDequeueTimeline: PropTypes.func,
|
||||
onScrollToTop: PropTypes.func,
|
||||
onScroll: PropTypes.func,
|
||||
};
|
||||
|
||||
componentDidMount() {
|
||||
|
|
Loading…
Reference in New Issue