Skip to content

Commit

Permalink
Mobile view: Set focus back to textbox after file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
saturn authored and saturn committed Feb 10, 2017
1 parent e47918e commit 37df036
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webapp/components/create_comment.jsx
Expand Up @@ -300,7 +300,8 @@ export default class CreateComment 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) {
Expand Down

0 comments on commit 37df036

Please sign in to comment.