forked from MapComplete/MapComplete
Refactoring: calculate selected layer in selected element view
This commit is contained in:
parent
27d99a2953
commit
9df228ac5d
2 changed files with 3 additions and 2 deletions
|
@ -402,7 +402,7 @@
|
|||
<div slot="close-button" />
|
||||
<div class="normal-background absolute flex h-full w-full flex-col">
|
||||
<SelectedElementTitle {state} layer={$selectedLayer} selectedElement={$selectedElement} />
|
||||
<SelectedElementView {state} layer={$selectedLayer} selectedElement={$selectedElement} />
|
||||
<SelectedElementView {state} selectedElement={$selectedElement} />
|
||||
</div>
|
||||
</ModalRight>
|
||||
{/if}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue