Remount button action components fully when changing action to prevent stale UI

This commit is contained in:
Andrew Kingston 2022-02-13 15:18:54 +00:00
parent 3a42c4c564
commit e84f998622
1 changed files with 9 additions and 7 deletions

View File

@ -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>