mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-01 11:51:41 +02: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…
x
Reference in New Issue
Block a user