Merge branch 'develop-0.11.0' of github.com:ant-design/ant-design into develop-0.11.0

This commit is contained in:
afc163 2015-12-27 13:06:59 +08:00
commit b55d43924d
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ const Sider = React.createClass({
},
onToggle(info){
this.setState({
openKeys: info.openKeys
openKeys: info.open ? info.keyPath : info.keyPath.slice(1)
});
},
render() {

View File

@ -46,7 +46,7 @@
"rc-dropdown": "~1.4.3",
"rc-form-validation": "~2.5.0",
"rc-input-number": "~2.4.1",
"rc-menu": "~4.8.1",
"rc-menu": "~4.9.0",
"rc-notification": "~1.3.1",
"rc-pagination": "~1.3.5",
"rc-progress": "~1.0.4",