summaryrefslogtreecommitdiffstats
path: root/webapp/components/edit_post_modal.jsx
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-06-07 18:43:36 -0300
committerJoram Wilander <jwawilander@gmail.com>2016-06-07 17:43:36 -0400
commit3a6694cc6b52ba0022a92373df9f07b7bf080240 (patch)
tree88a5dbeab00fbd64bd16d732a039d074735b069c /webapp/components/edit_post_modal.jsx
parentbde432645882c2c328fd3821c8dbcd968677a13a (diff)
downloadchat-3a6694cc6b52ba0022a92373df9f07b7bf080240.tar.gz
chat-3a6694cc6b52ba0022a92373df9f07b7bf080240.tar.bz2
chat-3a6694cc6b52ba0022a92373df9f07b7bf080240.zip
PLT-3203 Commenting on the RHS while in permalink view makes the message not show up in the RHS (#3282)
Diffstat (limited to 'webapp/components/edit_post_modal.jsx')
-rw-r--r--webapp/components/edit_post_modal.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/edit_post_modal.jsx b/webapp/components/edit_post_modal.jsx
index bdd540b09..4bd23a26d 100644
--- a/webapp/components/edit_post_modal.jsx
+++ b/webapp/components/edit_post_modal.jsx
@@ -67,6 +67,7 @@ class EditPostModal extends React.Component {
Client.updatePost(
updatedPost,
() => {
+ AsyncClient.getPosts(updatedPost.channel_id);
window.scrollTo(0, 0);
},
(err) => {