Keep mobile result drawer accessible
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Jens
2026-08-01 14:18:55 +02:00
parent 5b50c2337b
commit 07716bc1fb
@@ -2678,6 +2678,7 @@ export function MapWorkspace({
type="button"
aria-controls="geo-explorer-results"
aria-expanded={resultsPanelOpen}
aria-label={resultsPanelOpen ? 'Sluit inzichten' : 'Open inzichten'}
onClick={() => setResultsPanelOpen((open) => !open)}
>
{resultsPanelOpen ? <ChevronRight aria-hidden="true" /> : <ChevronLeft aria-hidden="true" />}