PLT-3203 Commenting on the RHS while in permalink view makes the message not show up in the RHS (#3282)

Этот коммит содержится в:
enahum
2016-06-07 18:43:36 -03:00
коммит произвёл Joram Wilander
родитель bde4326458
Коммит 3a6694cc6b
5 изменённых файлов: 13 добавлений и 7 удалений

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

@@ -67,6 +67,7 @@ class EditPostModal extends React.Component {
Client.updatePost(
updatedPost,
() => {
AsyncClient.getPosts(updatedPost.channel_id);
window.scrollTo(0, 0);
},
(err) => {