Pass room and user id to apps draw
This commit is contained in:
parent
c6991fd33c
commit
dc4f321707
4 changed files with 37 additions and 5 deletions
|
@ -74,8 +74,7 @@ export default React.createClass({
|
|||
</span>
|
||||
</div>
|
||||
<div className="mx_AppTileBody">
|
||||
{/* <iframe sandbox="sandbox" seamless="seamless" src={this.props.url}></iframe> */}
|
||||
<iframe ref="appFrame" seamless="seamless" src={this.props.url}></iframe>
|
||||
<iframe ref="appFrame" src={this.props.url}></iframe>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue