mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Unbreak stuff
This commit is contained in:
parent
46764c3614
commit
87dd9e8bb4
@ -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 New Issue
Block a user