chore(app): don't forceMount tooltips

This commit is contained in:
Adam 2026-02-03 07:01:12 -06:00
commit a38bae684f
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
3 changed files with 3 additions and 5 deletions

View file

@ -63,7 +63,7 @@ export function Tooltip(props: TooltipProps) {
<Switch>
<Match when={local.inactive}>{local.children}</Match>
<Match when={true}>
<KobalteTooltip forceMount gutter={4} {...others} open={local.forceOpen || open()} onOpenChange={setOpen}>
<KobalteTooltip gutter={4} {...others} open={local.forceOpen || open()} onOpenChange={setOpen}>
<KobalteTooltip.Trigger as={"div"} data-component="tooltip-trigger" class={local.class}>
{c()}
</KobalteTooltip.Trigger>