Skip to content

Commit

Permalink
docs: update prop name in README from afterVisibleChange to `afterO…
Browse files Browse the repository at this point in the history
…pen`Change` (#473)
  • Loading branch information
PinkChampagne17 authored Jun 27, 2024
1 parent a935bc9 commit 5df95ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ReactDom.render(
| showMask | boolean | true | mask is show |
| maskClosable | boolean | true | Clicking on the mask (area outside the Drawer) to close the Drawer or not. |
| maskStyle | CSSProperties | null | mask style |
| afterVisibleChange | func | null | transition end callback(open) |
| afterOpenChange | func | null | transition end callback(open) |
| onClose | func | null | close click function |
| keyboard | boolean | true | Whether support press esc to close |
| autoFocus | boolean | true | Whether focusing on the drawer after it opened |
Expand Down

0 comments on commit 5df95ba

Please sign in to comment.