forked from MapComplete/MapComplete
Fix: various small fixes
This commit is contained in:
parent
e7f0291038
commit
5284d94427
6 changed files with 17 additions and 15 deletions
|
|
@ -29,6 +29,7 @@
|
|||
html?.remove()
|
||||
uiElement?.Destroy()
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
{#if isSvelte}
|
||||
|
|
@ -42,6 +43,6 @@
|
|||
{:else}
|
||||
<svelte:component this={svelteElem?._svelteComponent} {...svelteElem._props} />
|
||||
{/if}
|
||||
{:else}
|
||||
{:else if elem !== undefined}
|
||||
<span bind:this={elem} />
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue