On receive of a comment that we don't have the thread for, acquire the thread (#3490)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
31d956a050
Коммит
6c33350f5c
@@ -136,7 +136,9 @@ export default class PostList extends React.Component {
|
||||
}
|
||||
}
|
||||
|
||||
loadMorePostsTop() {
|
||||
loadMorePostsTop(e) {
|
||||
e.preventDefault();
|
||||
|
||||
if (this.props.isFocusPost) {
|
||||
return GlobalActions.emitLoadMorePostsFocusedTopEvent();
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user