mirror of https://github.com/vector-im/riot-web
delint
parent
5994111e5d
commit
7892539a9b
|
@ -98,7 +98,7 @@ export default class DownloadActionButton extends React.PureComponent<IProps, IS
|
|||
>
|
||||
{ spinner }
|
||||
{ this.state.blob && <iframe
|
||||
src={"usercontent/" /* XXX: Like MFileBody, this should come from the skin */}
|
||||
src="usercontent/" // XXX: Like MFileBody, this should come from the skin
|
||||
ref={this.iframe}
|
||||
onLoad={this.onFrameLoad}
|
||||
sandbox="allow-scripts allow-downloads allow-downloads-without-user-activation"
|
||||
|
|
Loading…
Reference in New Issue