fix select-in-range.md

This commit is contained in:
afc163 2020-03-18 17:32:22 +08:00 committed by 偏右
parent 02dbd8078d
commit 5f61dda3c9

View File

@ -36,11 +36,6 @@ const App = () => {
onCalendarChange={value => {
setDates(value);
}}
onOpenChange={open => {
if (!open) {
setDates([]);
}
}}
/>
);
};