mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-03-31 07:08:50 +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",
|
||||
"version": "6.4.48",
|
||||
"version": "6.4.49",
|
||||
"license": "BUSL-1.1",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.5",
|
||||
|
|
|
|||
|
|
@ -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} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue