mirror of
https://github.com/documenso/documenso.git
synced 2026-07-07 19:44:57 +10:00
fix(ui): prevent autofocus on hover card open
This commit is contained in:
@@ -155,6 +155,7 @@ export function EnvelopeRecipientFieldTooltip({
|
||||
contentProps={{
|
||||
className: 'flex w-64 flex-col overflow-hidden p-0 text-sm',
|
||||
sideOffset: 20,
|
||||
onOpenAutoFocus: (event) => event.preventDefault(),
|
||||
}}
|
||||
>
|
||||
<div className="flex items-center gap-2 p-3">
|
||||
|
||||
Reference in New Issue
Block a user