mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-12 04:13:13 +08:00
Co-authored-by: zengguhao.zgh <zengguhao.zgh@alibaba-inc.com>
This commit is contained in:
parent
3324bb2f59
commit
56c675cd52
@ -59,6 +59,7 @@ const DropdownButton: DropdownButtonInterface = props => {
|
|||||||
mouseLeaveDelay,
|
mouseLeaveDelay,
|
||||||
overlayClassName,
|
overlayClassName,
|
||||||
overlayStyle,
|
overlayStyle,
|
||||||
|
destroyPopupOnHide,
|
||||||
...restProps
|
...restProps
|
||||||
} = props;
|
} = props;
|
||||||
|
|
||||||
@ -74,6 +75,7 @@ const DropdownButton: DropdownButtonInterface = props => {
|
|||||||
mouseLeaveDelay,
|
mouseLeaveDelay,
|
||||||
overlayClassName,
|
overlayClassName,
|
||||||
overlayStyle,
|
overlayStyle,
|
||||||
|
destroyPopupOnHide,
|
||||||
} as DropDownProps;
|
} as DropDownProps;
|
||||||
|
|
||||||
if ('visible' in props) {
|
if ('visible' in props) {
|
||||||
|
Loading…
Reference in New Issue
Block a user