mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Try binding actin handler
This commit is contained in:
parent
79eda12656
commit
da6c5653b1
@ -27,7 +27,7 @@ module.exports = React.createClass({
|
||||
mixins: [VideoViewController],
|
||||
|
||||
componentWillMount: function() {
|
||||
dis.register(this.onAction);
|
||||
dis.register(this.onAction.bind(this));
|
||||
},
|
||||
|
||||
getRemoteVideoElement: function() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user