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

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
@@ -2136,6 +2136,7 @@ class LayerControl {
2136
2136
  toggleStyleEditor(layerId) {
2137
2137
  if (this.state.activeStyleEditor === layerId) {
2138
2138
  var el = this.panel.querySelector("#layer-control-panel-layer-id");
2139
+ console.log(el);
2139
2140
  if (el)
2140
2141
  el.value = "";
2141
2142
  this.closeStyleEditor(layerId);