fix: disable focustrap for profile icons
Some checks are pending
Check / check (push) Waiting to run

This commit is contained in:
ThaUnknown 2025-07-17 13:38:29 +02:00
parent cc1d4df640
commit fabff3a32c
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "ui",
"version": "6.4.48",
"version": "6.4.49",
"license": "BUSL-1.1",
"private": true,
"packageManager": "pnpm@9.15.5",

View file

@ -24,7 +24,7 @@
</script>
<div class='flex'>
<Popover.Root>
<Popover.Root disableFocusTrap>
<Popover.Trigger class='flex group/profile'>
<Avatar.Root class={cn('group-focus-visible/profile:border border-white', className)}>
<Avatar.Image src={avatar} alt={name} />