Skip to content

Commit 0e41fed

Browse files
author
zhujianchen
committed
fix: add destroyTooltipOnHide prop
1 parent e10d2ed commit 0e41fed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/tooltip/abstractTooltipProps.js

+1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ export default () => ({
2828
getPopupContainer: PropTypes.func,
2929
arrowPointAtCenter: PropTypes.bool.def(false),
3030
autoAdjustOverflow: PropTypes.oneOfType([PropTypes.bool, PropTypes.object]).def(true),
31+
destroyTooltipOnHide: PropTypes.bool.def(false),
3132
align: PropTypes.object.def({}),
3233
});

0 commit comments

Comments
 (0)