Fix: The props of the subpopupmenum component is missing the submenuopendelay and submenclosedelay properties (#3291)

* fix: the button's loading property without delay

* fix: missing the submenuopendelay and submenclosedelay properties

Co-authored-by: caiyong <caiyong@ihomefnt.com>
This commit is contained in:
nanjingcaiyong 2020-12-03 16:10:13 +08:00 committed by GitHub
parent 7f239b26e1
commit cc2d1551b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,8 @@ const SubPopupMenu = {
expandIcon: PropTypes.any,
overflowedIndicator: PropTypes.any,
children: PropTypes.any.def([]),
subMenuOpenDelay: PropTypes.number.def(0.1),
subMenuCloseDelay: PropTypes.number.def(0.1),
forceSubMenuRender: PropTypes.looseBool.def(false),
parentUniKeys: PropTypes.array.def(() => []),
parentUniKey: PropTypes.string,