summaryrefslogtreecommitdiffstats
path: root/web/react/components/rhs_comment.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-10-29 08:12:12 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-10-29 08:12:12 -0400
commit63ea5e26913bd0cb7500a35ff20832732e48b7e2 (patch)
tree5f2ff6806a769840e77fe23fcf445b9a1d37d6d2 /web/react/components/rhs_comment.jsx
parentb58251df7bbc02318fe498ffc850d726a61ffdcb (diff)
parentb2cbb956a707ffb6a259488a3efa663a3b436507 (diff)
downloadchat-63ea5e26913bd0cb7500a35ff20832732e48b7e2.tar.gz
chat-63ea5e26913bd0cb7500a35ff20832732e48b7e2.tar.bz2
chat-63ea5e26913bd0cb7500a35ff20832732e48b7e2.zip
Merge pull request #1224 from rgarmsen2295/plt-763
PLT-763 Fixed issue with refocusing not working after editing a post in the RHS
Diffstat (limited to 'web/react/components/rhs_comment.jsx')
-rw-r--r--web/react/components/rhs_comment.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/components/rhs_comment.jsx b/web/react/components/rhs_comment.jsx
index cfff04fa2..8c6324c72 100644
--- a/web/react/components/rhs_comment.jsx
+++ b/web/react/components/rhs_comment.jsx
@@ -93,6 +93,7 @@ export default class RhsComment extends React.Component {
role='menuitem'
data-toggle='modal'
data-target='#edit_post'
+ data-refocusid='#reply_textbox'
data-title='Comment'
data-message={post.message}
data-postid={post.id}