e.key === " " && onCancel()}
>
e.stopPropagation()}
onkeydown={(e) => e.stopPropagation()}
role="dialog"
aria-labelledby="confirm-title"
aria-describedby="confirm-message"
tabindex="-1"
>
Close Connected Tab?
The tab "{tabName}" is currently connected to Claude. Are you sure you want to close
it? This will disconnect the session.
{/if}