fix(desktop): prevent Radix Checkbox from swallowing persona row clicks (#505)

Signed-off-by: Matt Toohey <contact@matttoohey.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Matt Toohey
2026-05-07 23:06:56 -07:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 823cae43f4
commit ce23abf3fc
@@ -416,8 +416,9 @@ export function TeamDialog({
>
<Checkbox
checked={isSelected}
className="pointer-events-none"
disabled={isPending}
onCheckedChange={() => togglePersona(persona.id)}
tabIndex={-1}
/>
<ProfileAvatar
avatarUrl={persona.avatarUrl}