mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
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:
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}
|
||||
|
||||
Reference in New Issue
Block a user