Added timeline scrollTop action, added to status_list_container, scrollable_list

(previously removed, adding back now)
This commit is contained in:
mgabdev
2019-07-17 18:59:50 -04:00
parent d978734bce
commit dea606b62d
4 changed files with 28 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ export default class ScrollableList extends PureComponent {
alwaysPrepend: PropTypes.bool,
emptyMessage: PropTypes.node,
children: PropTypes.node,
onScrollToTop: PropTypes.func,
onScroll: PropTypes.func,
};
state = {