{#if open}
{ if (e.target === e.currentTarget && !busy) onCancel(); }} onkeydown={(e) => { if (e.key === "Escape" && !busy) onCancel(); }} role="presentation" transition:fade={{ duration: 150 }} >
{/if}