Updating fix
Этот коммит содержится в:
@@ -342,7 +342,7 @@ export default class PostsView extends React.Component {
|
|||||||
}
|
}
|
||||||
scrollToBottomAnimated() {
|
scrollToBottomAnimated() {
|
||||||
var postList = $(this.refs.postlist);
|
var postList = $(this.refs.postlist);
|
||||||
postList.animate({scrollTop:this.refs.postlist.scrollHeight}, '500');
|
postList.animate({scrollTop: this.refs.postlist.scrollHeight}, '500');
|
||||||
}
|
}
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
if (this.props.postList != null) {
|
if (this.props.postList != null) {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user