Remount button action components fully when changing action to prevent stale UI
This commit is contained in:
parent
3a42c4c564
commit
e84f998622
|
@ -126,6 +126,7 @@
|
|||
</Layout>
|
||||
<Layout noPadding>
|
||||
{#if selectedActionComponent}
|
||||
{#key selectedAction.id}
|
||||
<div class="selected-action-container">
|
||||
<svelte:component
|
||||
this={selectedActionComponent}
|
||||
|
@ -133,6 +134,7 @@
|
|||
bindings={allBindings}
|
||||
/>
|
||||
</div>
|
||||
{/key}
|
||||
{/if}
|
||||
</Layout>
|
||||
</DrawerContent>
|
||||
|
|
Loading…
Reference in New Issue