up rc-drawer vesion to 1.5.1

This commit is contained in:
陈帅 2018-06-29 18:27:30 +08:00
parent 007c8dfc91
commit 06d5ff6bbe
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ export default class Drawer extends React.Component<
<RcDrawer
level={null}
{...rest}
handleChild={false}
handler={false}
open={this.props.visible}
onMaskClick={this.onMaskClick}
showMask={this.props.mask}

View File

@ -58,7 +58,7 @@
"rc-checkbox": "~2.1.5",
"rc-collapse": "~1.9.0",
"rc-dialog": "~7.1.0",
"rc-drawer": "~1.4.4",
"rc-drawer": "~1.5.1",
"rc-dropdown": "~2.2.0",
"rc-editor-mention": "^1.0.2",
"rc-form": "^2.1.0",