re-enable pdfs on web
This commit is contained in:
parent
a99042b60b
commit
707ad5d4de
1 changed files with 1 additions and 1 deletions
|
@ -30,6 +30,6 @@ export default function I18nMessage(props: Props) {
|
||||||
return (
|
return (
|
||||||
// style={{height: iframeHeight}}
|
// style={{height: iframeHeight}}
|
||||||
// ref={iframeRef}
|
// ref={iframeRef}
|
||||||
<iframe src={src} title={title} onLoad={onLoad} sandbox="" />
|
<iframe src={src} title={title} onLoad={onLoad} sandbox={!IS_WEB} />
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue