@@ -295,7 +295,9 @@ const initMap = () => {
map.on('rightclick', handleRightclick);
handleResize();
map.on('complete', () => {
- updateForm(position);
+ if (!props.id) {
+ updateForm(position);
+ }
setMarks(position);
});