mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-14 14:21:23 +00:00
@@ -41,7 +41,10 @@ class ReviewComments extends React.Component {
|
||||
commentsList: commentList
|
||||
});
|
||||
if (scroll) {
|
||||
this.refs.commentsList.scrollTo(0, 10000);
|
||||
let that = this;
|
||||
setTimeout(() => {
|
||||
that.refs.commentsList.scrollTo(0, 10000);
|
||||
}, 100);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user