@stubber/form-fields 2.2.5 → 2.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -123,6 +123,7 @@ function handle_geocoder_result(r) {
|
|
|
123
123
|
const geo_center = r?.detail?.result?.center || [];
|
|
124
124
|
if (geo_center.length === 2) {
|
|
125
125
|
center = [geo_center[0], geo_center[1]];
|
|
126
|
+
setValueCoords(geo_center[1], geo_center[0]);
|
|
126
127
|
mapComponent?.flyTo({ center });
|
|
127
128
|
}
|
|
128
129
|
}
|