mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Add comment for "is" attribute.
This commit is contained in:
parent
ffb524b6a5
commit
7e8660cd37
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ export default React.createClass({
|
|||
<div className={this.state.loading ? 'mx_AppTileBody mx_AppLoading' : 'mx_AppTileBody'}>
|
||||
{ this.state.loading && loadingElement }
|
||||
<iframe
|
||||
is
|
||||
is // This is required in order to enable passing of that "allow" preoperty, which is unknown to react 15
|
||||
allow={iframeFeatures}
|
||||
ref="appFrame"
|
||||
src={this._getSafeUrl()}
|
||||
|
|
Loading…
Reference in a new issue