@opencitylabs/formio-custom-components 0.4.4 → 0.4.5
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.
- package/dist/formio-custom-components.css +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10182,7 +10182,9 @@ const fm = /* @__PURE__ */ wn(hm), mm = ({
|
|
|
10182
10182
|
fetch(W).then((H) => H.json()).then((H) => {
|
|
10183
10183
|
if (H && H.display_name)
|
|
10184
10184
|
if (H.label = ta(H), H.lat = q, H.lon = N, P)
|
|
10185
|
-
P.bindPopup(`${H.label}
|
|
10185
|
+
P.bindPopup(`${H.label}`, {
|
|
10186
|
+
className: "address-map-popup"
|
|
10187
|
+
}).openPopup(), O(H);
|
|
10186
10188
|
else {
|
|
10187
10189
|
O(H);
|
|
10188
10190
|
return;
|