mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 16:02:24 +00:00
fix list state preservation across re-renders
This commit is contained in:
@@ -33,10 +33,8 @@
|
||||
<InputValue key="nonrunnable" {id} input={componentInput} bind:value={result} />
|
||||
{/if}
|
||||
|
||||
{#if render}
|
||||
<slot />
|
||||
{:else if hasChildrens}
|
||||
<div class="invisible h-0 overflow-hidden'}">
|
||||
{#if render || hasChildrens}
|
||||
<div class={render ? 'h-full w-full' : 'invisible h-0 overflow-hidden'}>
|
||||
<slot />
|
||||
</div>
|
||||
{:else}
|
||||
|
||||
Reference in New Issue
Block a user