Skip to content

Commit

Permalink
Update tooltip.lite.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Oct 20, 2023
1 parent 94642f0 commit cbdc048
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export default function DBTooltip(props: DBTooltipProps) {
data-width={props.width}
data-variant={props.variant}
data-placement={props.placement}
// TODO: clarify this attribute and we need to set it statically
data-gap="true"
onClick={(event) => state.handleClick(event)}>
<Show when={state.stylePath}>
Expand Down

0 comments on commit cbdc048

Please sign in to comment.