src/components/helpers/MapManager.js
@@ -30,7 +30,9 @@ this.loadWfsDatas(e.latlng).then((res) => { if (res.features.length > 0) { highlight(res.features[0]) openPropsPopup(e.latlng, res.features) if (this.clickDialogSwitch) { openPropsPopup(e.latlng, res.features) } } }) })