fix(read-history): hover card alaway open

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-09-22 14:36:07 +08:00
parent 96bb514254
commit 2eaabf0038
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ export const EntryReadHistory: Component<{ entryId: string }> = ({ entryId }) =>
))}
{!!totalCount && totalCount > LIMIT && (
<HoverCard open>
<HoverCard>
<HoverCardTrigger asChild>
<button
type="button"