mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 05:20:01 -04:00
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:
parent
4d7c8449d8
commit
d51b9bfc25
2 changed files with 30 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue