Skip to content

Commit 148f46d

Browse files
committed
Update AIChat context card open delay
1 parent b49caaf commit 148f46d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/gitbook/src/components/AIChat/AIChatInput.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ export function AIChatInput(props: {
108108
</div>
109109
) : null}
110110
<div className="absolute inset-x-0 bottom-0 flex items-center gap-2 px-2 py-2">
111-
<HoverCardRoot>
111+
<HoverCardRoot openDelay={500}>
112112
<HoverCard
113-
className="max-w-xs bg-tint p-2 text-sm text-tint"
113+
className="max-w-xs select-none bg-tint p-2 text-sm text-tint"
114114
arrow={{ className: 'fill-tint-3' }}
115115
>
116116
<div className="flex flex-col gap-3 p-2">

0 commit comments

Comments
 (0)