Skip to content

Commit ce23abf

Browse files
matt2eclaude
andauthored
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>
1 parent 823cae4 commit ce23abf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

desktop/src/features/agents/ui/TeamDialog.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,9 @@ export function TeamDialog({
416416
>
417417
<Checkbox
418418
checked={isSelected}
419+
className="pointer-events-none"
419420
disabled={isPending}
420-
onCheckedChange={() => togglePersona(persona.id)}
421+
tabIndex={-1}
421422
/>
422423
<ProfileAvatar
423424
avatarUrl={persona.avatarUrl}

0 commit comments

Comments
 (0)