@maptiler/geocoding-control 0.0.59 → 0.0.60
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/leaflet.js
CHANGED
|
@@ -717,7 +717,7 @@ function Gl(r, t, e) {
|
|
|
717
717
|
e(17, Fr = ve);
|
|
718
718
|
let ls;
|
|
719
719
|
try {
|
|
720
|
-
|
|
720
|
+
ls = await fetch(Br, { signal: ve.signal }).finally(() => {
|
|
721
721
|
ve === Fr && e(17, Fr = void 0);
|
|
722
722
|
});
|
|
723
723
|
} catch (Gr) {
|