Skip to content

Commit

Permalink
Tooltip visibility issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sazedul-haque committed Jan 17, 2025
1 parent 72059f7 commit 267ce63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/react/v3/shared/atoms/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const Tooltip = ({
hideOnClick,
delay = 0,
disabled = false,
visible = false,
visible,
}: TooltipProps) => {
const [props, setSpring] = useSpring(() => initialStyles);

Expand Down

0 comments on commit 267ce63

Please sign in to comment.