fix: menu forceSubMenuRender not work #3615 (#3616)

pull/3663/head
Ken 2021-01-29 21:16:03 +08:00 committed by GitHub
parent 96e5e836b7
commit 48bf9ff1b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ const SubPopupMenu = {
parentMenu: PropTypes.object,
eventKey: PropTypes.string,
store: PropTypes.object,
forceSubMenuRender: PropTypes.bool,
// adding in refactor
focusable: PropTypes.bool,