diff --git a/app/src/Frame.tsx b/app/src/Frame.tsx index bc2befa..d5cae6c 100644 --- a/app/src/Frame.tsx +++ b/app/src/Frame.tsx @@ -192,7 +192,14 @@ export function Frame(props: { return (
diff --git a/app/src/PageMap.tsx b/app/src/PageMap.tsx index 01f69c2..dd002c4 100644 --- a/app/src/PageMap.tsx +++ b/app/src/PageMap.tsx @@ -49,6 +49,7 @@ function MapView(props: { inspectFeatures: Accessor; setInspectFeatures: Setter; mapHashPassed: boolean; + iframe: boolean; }) { let mapContainer: HTMLDivElement | undefined; let hiddenRef: HTMLDivElement | undefined; @@ -459,7 +460,19 @@ function MapView(props: { return (
-
+