(showDeleteConfirm = false)}
onkeydown={(e) => {
if (e.key === "Escape") showDeleteConfirm = false;
}}
role="dialog"
aria-modal="true"
tabindex="-1"
>
e.stopPropagation()}
onkeydown={(e) => e.stopPropagation()}
role="presentation"
>
Delete Playlist?
Are you sure you want to delete "{playlist.name}"? This action cannot be undone.