forked from MapComplete/MapComplete
Chore: formatting
This commit is contained in:
parent
6c3c67af56
commit
286578bfc7
58 changed files with 2199 additions and 1915 deletions
|
@ -76,7 +76,12 @@
|
|||
}
|
||||
|
||||
const tags = state.featureProperties.getStore(selectedElement.properties.id)
|
||||
return new SvelteUIElement(SelectedElementView, { state, layer, selectedElement, tags }).SetClass("h-full w-full")
|
||||
return new SvelteUIElement(SelectedElementView, {
|
||||
state,
|
||||
layer,
|
||||
selectedElement,
|
||||
tags,
|
||||
}).SetClass("h-full w-full")
|
||||
},
|
||||
[selectedLayer]
|
||||
)
|
||||
|
@ -290,7 +295,9 @@
|
|||
selectedElement.setData(undefined)
|
||||
}}
|
||||
>
|
||||
<ToSvelte construct={new VariableUiElement(selectedElementView).SetClass("h-full w-full flex")} />
|
||||
<ToSvelte
|
||||
construct={new VariableUiElement(selectedElementView).SetClass("h-full w-full flex")}
|
||||
/>
|
||||
</FloatOver>
|
||||
</If>
|
||||
|
||||
|
@ -370,7 +377,7 @@
|
|||
|
||||
<IfHidden condition={state.guistate.backgroundLayerSelectionIsOpened}>
|
||||
<!-- background layer selector -->
|
||||
<FloatOver
|
||||
<FloatOver
|
||||
on:close={() => {
|
||||
state.guistate.backgroundLayerSelectionIsOpened.setData(false)
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue