From b2cbb956a707ffb6a259488a3efa663a3b436507 Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Wed, 28 Oct 2015 16:11:40 -0700 Subject: Fixed issue with refocusing not working after editing a post in the RHS --- web/react/components/post_info.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react/components/post_info.jsx') diff --git a/web/react/components/post_info.jsx b/web/react/components/post_info.jsx index 36260d77c..6937ec216 100644 --- a/web/react/components/post_info.jsx +++ b/web/react/components/post_info.jsx @@ -44,7 +44,7 @@ export default class PostInfo extends React.Component { role='menuitem' data-toggle='modal' data-target='#edit_post' - data-refoucsid='#post_textbox' + data-refocusid='#post_textbox' data-title={type} data-message={post.message} data-postid={post.id} -- cgit v1.2.3-1-g7c22