Skip to content

Commit

Permalink
set focus to center message box
Browse files Browse the repository at this point in the history
  • Loading branch information
saturn authored and saturn committed Feb 14, 2017
1 parent 37df036 commit 93457c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webapp/components/create_post.jsx
Expand Up @@ -245,7 +245,8 @@ export default class CreatePost extends React.Component {
}

handleUploadClick() {
this.focusTextbox();
// [PLT-5445] Mobile view: Set focus back to message box after uploading a file
this.focusTextbox(true);
}

handleUploadStart(clientIds, channelId) {
Expand Down

0 comments on commit 93457c7

Please sign in to comment.