mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
Revert "site: use cdn to improve performance, close: #3646"
This reverts commit 47f56eab23
.
This commit is contained in:
parent
8018529582
commit
f3c55c6ef8
@ -50,6 +50,7 @@ export default function createPicker(TheCalendar) {
|
||||
clearSelection(e) {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
this.setState({ value: null });
|
||||
this.handleChange(null);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user