Do not scroll center channel to bottom when posting in RHS (#6852)

Этот коммит содержится в:
Joram Wilander
2017-07-05 16:28:32 -04:00
коммит произвёл enahum
родитель d59cac0314
Коммит 04e364f4f7
3 изменённых файлов: 16 добавлений и 15 удалений

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

@@ -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