mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
Unbreak stuff
This commit is contained in:
parent
46764c3614
commit
87dd9e8bb4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ module.exports = React.createClass({
|
|||
displayName: 'MessageComposer',
|
||||
mixins: [MessageComposerController],
|
||||
|
||||
onUploadClick(ev) {
|
||||
onUploadClick: function(ev) {
|
||||
this.refs.uploadInput.getDOMNode().click();
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue