{#if visible}
{ e.preventDefault(); e.stopPropagation(); onClose(); }} onclick={(e) => { e.preventDefault(); e.stopPropagation(); onClose(); }} oncontextmenu={(e) => { e.preventDefault(); e.stopPropagation(); onClose(); }} onkeydown={(e) => { if (e.key === 'Escape') onClose(); }} role="presentation" tabindex="-1" >
{/if}