mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
removed logging
This commit is contained in:
parent
f310bb7033
commit
020ab51681
@ -43,8 +43,7 @@ function UtopiaMap({
|
|||||||
console.log(e.latlng.lat + ',' + e.latlng.lng);
|
console.log(e.latlng.lat + ',' + e.latlng.lng);
|
||||||
selectNewItemPosition && setMapClicked({ position: e.latlng, setItemFormPopup: setItemFormPopup })
|
selectNewItemPosition && setMapClicked({ position: e.latlng, setItemFormPopup: setItemFormPopup })
|
||||||
},
|
},
|
||||||
moveend: (e) => {
|
moveend: () => {
|
||||||
console.log(e);
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
return null
|
return null
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user