We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a278059 commit 80d1722Copy full SHA for 80d1722
src/Tooltip.jsx
@@ -61,7 +61,7 @@ class Tooltip extends Component {
61
overlayClassName, trigger,
62
mouseEnterDelay, mouseLeaveDelay,
63
overlayStyle, prefixCls,
64
- children, onVisibleChange,
+ children, onVisibleChange, afterVisibleChange,
65
transitionName, animation,
66
placement, align,
67
destroyTooltipOnHide,
@@ -83,6 +83,7 @@ class Tooltip extends Component {
83
popupAlign={align}
84
getPopupContainer={getTooltipContainer}
85
onPopupVisibleChange={onVisibleChange}
86
+ afterPopupVisibleChange={afterVisibleChange}
87
popupTransitionName={transitionName}
88
popupAnimation={animation}
89
defaultPopupVisible={defaultVisible}
0 commit comments