You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
delint
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user