fix(ui): prevent tooltip fade when forceOpen is true
This commit is contained in:
parent
3d956c5f7e
commit
fba77a364c
3 changed files with 3 additions and 1 deletions
|
|
@ -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}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue