Do not scroll center channel to bottom when posting in RHS (#6852)
Этот коммит содержится в:
коммит произвёл
enahum
родитель
d59cac0314
Коммит
04e364f4f7
@@ -261,7 +261,8 @@ export default class CreatePost extends React.Component {
|
||||
});
|
||||
}
|
||||
|
||||
PostActions.createPost(post, this.state.fileInfos, null,
|
||||
PostActions.createPost(post, this.state.fileInfos,
|
||||
() => GlobalActions.postListScrollChange(true),
|
||||
(err) => {
|
||||
if (err.id === 'api.post.create_post.root_id.app_error') {
|
||||
// this should never actually happen since you can't reply from this textbox
|
||||
|
||||
Ссылка в новой задаче
Block a user