We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8db0a commit 8806fc3Copy full SHA for 8806fc3
src/eodash-style-editor.js
@@ -348,7 +348,6 @@ export class EodashStyleEditor extends LitElement {
348
return layer
349
});
350
this._mapLayers = [...newLayers] // Trigger Lit update with new array reference
351
-
352
}
353
354
async onEditorInput(e) {
@@ -373,7 +372,6 @@ export class EodashStyleEditor extends LitElement {
373
372
374
// 4. Rebuild map layers and set editor string if parsing succeeded.
375
if (parseResult !== false) {
376
- this._isLayerControlVisible = false
377
// It is important to to only set the editor value only if the parsing was successful,
378
// otherwise desynchronization sneaks in and messes with our formatting. Do not move.
379
this._style = parseResult
0 commit comments