Added Eruda support for iframe view. ts-ignore is since typescript can't tell the iframe is not in the same file as IframeHeader.tsx

This commit is contained in:
incognitotgt 2023-12-27 13:39:06 -05:00
parent 4d7c8449d8
commit d51b9bfc25
2 changed files with 30 additions and 1 deletions

View file

@ -104,6 +104,7 @@ export function ProxyFrame(props: { url: string }) {
if (!ProxiedUrl == undefined) {
window.location.href = ProxiedUrl;
}
return (
<div class="h-screen w-screen bg-primary">
<CloakedHead