Skip to content

Commit

Permalink
fix(Tipseen): showDelay of 0 causes component to auto-close when mous…
Browse files Browse the repository at this point in the history
…e leave (#2687)
  • Loading branch information
YossiSaadi authored Dec 30, 2024
1 parent 5b57172 commit f8b59f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/components/Tipseen/Tipseen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ const Tipseen: VibeComponent<TipseenProps> & {
showDelay={showDelay}
hideTrigger={hideTrigger}
showTrigger={showTrigger}
showOnDialogEnter={false}
content={tooltipContent}
theme={color === "inverted" ? "dark" : "primary"}
containerSelector={containerSelector}
Expand Down

0 comments on commit f8b59f6

Please sign in to comment.