add fullscreen button back
This commit is contained in:
parent
39c628d4a1
commit
a8d7810bfc
2 changed files with 17 additions and 8 deletions
|
@ -66,10 +66,6 @@ module.exports = React.createClass({
|
|||
getRoomName: function() {
|
||||
return this.refs.name_edit.value;
|
||||
},
|
||||
|
||||
onFullscreenClick: function() {
|
||||
dis.dispatch({action: 'video_fullscreen', fullscreen: true}, true);
|
||||
},
|
||||
|
||||
render: function() {
|
||||
var EditableText = sdk.getComponent("elements.EditableText");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue