mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-21 08:11:58 +00:00
fix: disable focustrap for profile icons
Some checks are pending
Check / check (push) Waiting to run
Some checks are pending
Check / check (push) Waiting to run
This commit is contained in:
parent
cc1d4df640
commit
fabff3a32c
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ui",
|
"name": "ui",
|
||||||
"version": "6.4.48",
|
"version": "6.4.49",
|
||||||
"license": "BUSL-1.1",
|
"license": "BUSL-1.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@9.15.5",
|
"packageManager": "pnpm@9.15.5",
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class='flex'>
|
<div class='flex'>
|
||||||
<Popover.Root>
|
<Popover.Root disableFocusTrap>
|
||||||
<Popover.Trigger class='flex group/profile'>
|
<Popover.Trigger class='flex group/profile'>
|
||||||
<Avatar.Root class={cn('group-focus-visible/profile:border border-white', className)}>
|
<Avatar.Root class={cn('group-focus-visible/profile:border border-white', className)}>
|
||||||
<Avatar.Image src={avatar} alt={name} />
|
<Avatar.Image src={avatar} alt={name} />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue