Этот коммит содержится в:
Christopher Speller
2015-11-02 08:37:17 -05:00
родитель b9a3ff74dd
Коммит 1e7ac66e3b
11 изменённых файлов: 54 добавлений и 54 удалений

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

@@ -176,7 +176,7 @@ export default class CreatePost extends React.Component {
PostStore.storePendingPost(post);
PostStore.storeDraft(channel.id, null);
PostStore.jumpPostListBottom();
PostStore.jumpPostsViewToBottom();
this.setState({messageText: '', submitting: false, postError: null, previews: [], serverError: null});
Client.createPost(post, channel,