Fixing issue with safari and not closing (#5601)

Этот коммит содержится в:
Corey Hulen
2017-03-03 22:03:45 -05:00
коммит произвёл enahum
родитель 74c1fbbcf7
Коммит 61be3d7e2c

Просмотреть файл

@@ -315,7 +315,7 @@ export default class CreateComment extends React.Component {
} }
handleFileUploadChange() { handleFileUploadChange() {
this.focusTextbox(true); this.focusTextbox();
} }
handleUploadStart(clientIds) { handleUploadStart(clientIds) {