fix: keep map canvas synchronized with workspace
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-14 15:51:10 +02:00
parent 986640d5b3
commit 3503641ea8
2 changed files with 9 additions and 0 deletions
@@ -40,6 +40,9 @@ def test_map_rectangle_drag_is_wired_to_automatic_analysis() -> None:
assert "map.on('mousemove'" in geomap
assert "map.on('mouseup'" in geomap
assert "onMapBboxSelectRef.current?.(bbox)" in geomap
assert "new ResizeObserver" in geomap
assert "resizeObserver.observe(containerRef.current)" in geomap
assert "resizeObserver.disconnect()" in geomap
def test_dataset_detail_responses_cannot_overwrite_the_latest_map_layer() -> None: