Skip to content

Commit 5df95ba

Browse files
docs: update prop name in README from afterVisibleChange to afterOpenChange` (#473)
1 parent a935bc9 commit 5df95ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ReactDom.render(
6060
| showMask | boolean | true | mask is show |
6161
| maskClosable | boolean | true | Clicking on the mask (area outside the Drawer) to close the Drawer or not. |
6262
| maskStyle | CSSProperties | null | mask style |
63-
| afterVisibleChange | func | null | transition end callback(open) |
63+
| afterOpenChange | func | null | transition end callback(open) |
6464
| onClose | func | null | close click function |
6565
| keyboard | boolean | true | Whether support press esc to close |
6666
| autoFocus | boolean | true | Whether focusing on the drawer after it opened |

0 commit comments

Comments
 (0)