mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
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…
Add table
Reference in a new issue