Этот коммит содержится в:
Asaad Mahmood
2016-01-08 12:01:20 +05:00
родитель d9f5e0097b
Коммит 7f1f7885e7

Просмотреть файл

@@ -342,7 +342,7 @@ export default class PostsView extends React.Component {
}
scrollToBottomAnimated() {
var postList = $(this.refs.postlist);
postList.animate({scrollTop:this.refs.postlist.scrollHeight}, '500');
postList.animate({scrollTop: this.refs.postlist.scrollHeight}, '500');
}
componentDidMount() {
if (this.props.postList != null) {