maplibre-gl-layer-control-tidop 0.0.20 → 0.0.21

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/index.mjs CHANGED
@@ -2122,7 +2122,6 @@ class LayerControl {
2122
2122
  button.setAttribute("aria-label", `Edit style for ${layerId}`);
2123
2123
  }
2124
2124
  button.addEventListener("click", (e) => {
2125
- e.stopPropagation();
2126
2125
  this.toggleStyleEditor(layerId);
2127
2126
  console.log(e);
2128
2127
  });