fix(ui): prevent tooltip fade when forceOpen is true
This commit is contained in:
@@ -71,6 +71,7 @@ export function Tooltip(props: TooltipProps) {
|
||||
<KobalteTooltip.Content
|
||||
data-component="tooltip"
|
||||
data-placement={props.placement}
|
||||
data-force-open={local.forceOpen}
|
||||
class={local.contentClass}
|
||||
style={local.contentStyle}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user