{#if !floatingInput}
{#each actions as action} {/each}
{:else}
{ if (e.key === 'Enter') { actionHandler(selectedAction?.id); } }} />
{/if}