Skip to content

Commit

Permalink
fix(tooltip): passing onClose parameter to tooltip component (#101)
Browse files Browse the repository at this point in the history
Co-authored-by: Иксанов Александр Васильевич <[email protected]>
  • Loading branch information
TheDiamondDoge and Иксанов Александр Васильевич authored Jun 16, 2022
1 parent 9bce73b commit 216e80f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tooltip/src/component.responsive.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export const TooltipResponsive: FC<TooltipResponsiveProps> = ({
open={open}
content={content}
onOpen={handleOpen}
onClose={handleClose}
targetClassName={targetClassName}
targetRef={targetRef}
>
Expand Down

0 comments on commit 216e80f

Please sign in to comment.