Skip to content

Commit

Permalink
Fix: The props of the subpopupmenum component is missing the submenuo…
Browse files Browse the repository at this point in the history
…pendelay 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>
  • Loading branch information
nanjingcaiyong and caiyong authored Dec 3, 2020
1 parent 7f239b2 commit cc2d155
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/vc-menu/SubPopupMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cc2d155

Please sign in to comment.