Skip to content

Commit 80d1722

Browse files
adaptunitbenjycui
authored andcommitted
fix: afterVisibleChange should work, close: #91
1 parent a278059 commit 80d1722

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Tooltip.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class Tooltip extends Component {
6161
overlayClassName, trigger,
6262
mouseEnterDelay, mouseLeaveDelay,
6363
overlayStyle, prefixCls,
64-
children, onVisibleChange,
64+
children, onVisibleChange, afterVisibleChange,
6565
transitionName, animation,
6666
placement, align,
6767
destroyTooltipOnHide,
@@ -83,6 +83,7 @@ class Tooltip extends Component {
8383
popupAlign={align}
8484
getPopupContainer={getTooltipContainer}
8585
onPopupVisibleChange={onVisibleChange}
86+
afterPopupVisibleChange={afterVisibleChange}
8687
popupTransitionName={transitionName}
8788
popupAnimation={animation}
8889
defaultPopupVisible={defaultVisible}

0 commit comments

Comments
 (0)