Preserve map analysis across workspaces
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-17 03:06:05 +02:00
parent 03c6154cac
commit 161564f3d4
6 changed files with 18 additions and 3 deletions
+2 -2
View File
@@ -999,7 +999,7 @@ function App(): JSX.Element {
</div>
) : null}
{activeWorkspace === 'map' ? (
<div className="workspace-persistent-map" hidden={activeWorkspace !== 'map'}>
<MapWorkspace
selectedProjectId={selectedProjectId}
projects={projects}
@@ -1082,7 +1082,7 @@ function App(): JSX.Element {
onOpenAssistant={() => setActiveWorkspace('assistant')}
onOpenExports={() => setActiveWorkspace('exports')}
/>
) : null}
</div>
{activeWorkspace === 'analysis' ? (
<div className="workspace-grid workspace-grid-analysis">