Skip to content

Commit

Permalink
Fixing issue with safari and not closing (mattermost#5601)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyhulen authored and enahum committed Mar 4, 2017
1 parent fab8d09 commit 9bd14b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/create_comment.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export default class CreateComment extends React.Component {
}

handleFileUploadChange() {
this.focusTextbox(true);
this.focusTextbox();
}

handleUploadStart(clientIds) {
Expand Down

0 comments on commit 9bd14b8

Please sign in to comment.