From 3a6694cc6b52ba0022a92373df9f07b7bf080240 Mon Sep 17 00:00:00 2001 From: enahum Date: Tue, 7 Jun 2016 18:43:36 -0300 Subject: PLT-3203 Commenting on the RHS while in permalink view makes the message not show up in the RHS (#3282) --- webapp/components/edit_post_modal.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/components/edit_post_modal.jsx') 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) => { -- cgit v1.2.3-1-g7c22