summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_info.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-08-24 15:57:56 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-08-24 15:57:56 -0400
commit29c7f61c3a5340ed893b7c2f7c517cd0e14e8a0c (patch)
tree62a1833a4b9b39e35c5bb5b0f8046d94aaab49ee /web/react/components/post_info.jsx
parentc48650843186172fbacdb7df20bd9867b02747ff (diff)
parent794881ce244cbba9ae90e666db29cb99a6d84d45 (diff)
downloadchat-29c7f61c3a5340ed893b7c2f7c517cd0e14e8a0c.tar.gz
chat-29c7f61c3a5340ed893b7c2f7c517cd0e14e8a0c.tar.bz2
chat-29c7f61c3a5340ed893b7c2f7c517cd0e14e8a0c.zip
Merge pull request #441 from nickago/MM-1893
MM-1893 Upon exiting edit post modal, focus is placed on the respective text input field
Diffstat (limited to 'web/react/components/post_info.jsx')
-rw-r--r--web/react/components/post_info.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/components/post_info.jsx b/web/react/components/post_info.jsx
index c96a04c7c..73e897f62 100644
--- a/web/react/components/post_info.jsx
+++ b/web/react/components/post_info.jsx
@@ -49,6 +49,7 @@ export default class PostInfo extends React.Component {
role='menuitem'
data-toggle='modal'
data-target='#edit_post'
+ data-refoucsid="#post_textbox"
data-title={type}
data-message={post.message}
data-postid={post.id}