Skip to content

Commit cc2d155

Browse files
nanjingcaiyongcaiyong
and
caiyong
authored
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 <[email protected]>
1 parent 7f239b2 commit cc2d155

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/vc-menu/SubPopupMenu.jsx

+2
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ const SubPopupMenu = {
108108
expandIcon: PropTypes.any,
109109
overflowedIndicator: PropTypes.any,
110110
children: PropTypes.any.def([]),
111+
subMenuOpenDelay: PropTypes.number.def(0.1),
112+
subMenuCloseDelay: PropTypes.number.def(0.1),
111113
forceSubMenuRender: PropTypes.looseBool.def(false),
112114
parentUniKeys: PropTypes.array.def(() => []),
113115
parentUniKey: PropTypes.string,

0 commit comments

Comments
 (0)