fix: Dropdown button destroyPopupOnHide prop not working #33433 (#33442)

Co-authored-by: zengguhao.zgh <zengguhao.zgh@alibaba-inc.com>
This commit is contained in:
guhao.zeng 2021-12-28 13:48:23 +08:00 committed by GitHub
parent 3324bb2f59
commit 56c675cd52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,7 @@ const DropdownButton: DropdownButtonInterface = props => {
mouseLeaveDelay,
overlayClassName,
overlayStyle,
destroyPopupOnHide,
...restProps
} = props;
@ -74,6 +75,7 @@ const DropdownButton: DropdownButtonInterface = props => {
mouseLeaveDelay,
overlayClassName,
overlayStyle,
destroyPopupOnHide,
} as DropDownProps;
if ('visible' in props) {