use default hover trigger for horizontal menu demo

This commit is contained in:
picodoth 2018-07-14 16:40:56 +08:00 committed by 陈帅
parent d4c9a1deea
commit 159b09342d
2 changed files with 1 additions and 2 deletions

View File

@ -37,7 +37,6 @@ class App extends React.Component {
onClick={this.handleClick}
selectedKeys={[this.state.current]}
mode="horizontal"
triggerSubMenuAction="click"
>
<Menu.Item key="mail">
<Icon type="mail" />Navigation One

View File

@ -64,7 +64,7 @@
"rc-editor-mention": "^1.0.2",
"rc-form": "^2.1.0",
"rc-input-number": "~4.0.0",
"rc-menu": "^7.2.0",
"rc-menu": "~7.2.2",
"rc-notification": "~3.1.1",
"rc-pagination": "~1.16.1",
"rc-progress": "~2.2.2",