PLT-3203 Commenting on the RHS while in permalink view makes the message not show up in the RHS (#3282)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
bde4326458
Коммит
3a6694cc6b
@@ -67,6 +67,7 @@ class EditPostModal extends React.Component {
|
||||
Client.updatePost(
|
||||
updatedPost,
|
||||
() => {
|
||||
AsyncClient.getPosts(updatedPost.channel_id);
|
||||
window.scrollTo(0, 0);
|
||||
},
|
||||
(err) => {
|
||||
|
||||
Ссылка в новой задаче
Block a user