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