mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +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,
|
||||
overlayClassName,
|
||||
overlayStyle,
|
||||
destroyPopupOnHide,
|
||||
...restProps
|
||||
} = props;
|
||||
|
||||
@ -74,6 +75,7 @@ const DropdownButton: DropdownButtonInterface = props => {
|
||||
mouseLeaveDelay,
|
||||
overlayClassName,
|
||||
overlayStyle,
|
||||
destroyPopupOnHide,
|
||||
} as DropDownProps;
|
||||
|
||||
if ('visible' in props) {
|
||||
|
Loading…
Reference in New Issue
Block a user