@symfony/ux-leaflet-map 2.29.2 → 2.30.0

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.
@@ -307,7 +307,7 @@ var map_controller_default = class extends abstract_map_controller_default {
307
307
  if (autoClose) {
308
308
  this.closePopups();
309
309
  }
310
- element.openPopup();
310
+ setTimeout(() => element.openPopup(), 0);
311
311
  }
312
312
  const popup = element.getPopup();
313
313
  if (!popup) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@symfony/ux-leaflet-map",
3
3
  "description": "Leaflet bridge for Symfony UX Map, integrate interactive maps in your Symfony applications",
4
4
  "license": "MIT",
5
- "version": "2.29.2",
5
+ "version": "2.30.0",
6
6
  "keywords": [
7
7
  "symfony-ux",
8
8
  "leaflet",