You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
Pass room and user id to apps draw
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user