{#if open && event}
{ // Only close if clicking directly on the overlay, not on modal content if (e.target === e.currentTarget) { close(); } }} onkeydown={(e) => { if (e.key === 'Escape' || e.key === 'Enter' || e.key === ' ') { e.preventDefault(); close(); } }} role="dialog" aria-modal="true" aria-label="Event JSON modal" tabindex="-1" >
Event JSON
{/if}