mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
popup when clicking geojson works again
This commit is contained in:
parent
5fd37e67a6
commit
87c78846bb
@ -102,7 +102,7 @@ function UtopiaMap({
|
||||
</MarkerClusterGroup>
|
||||
{geo && <GeoJSON data={geo} onEachFeature={onEachFeature} eventHandlers={{
|
||||
click: (e) => {
|
||||
e.layer!.closePopup();
|
||||
selectNewItemPosition && e.layer!.closePopup();
|
||||
selectNewItemPosition && setMapClicked({ position: e.latlng, setItemFormPopup: setItemFormPopup })
|
||||
},
|
||||
}} />}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user