diff --git a/components/vc-time-picker/Select.jsx b/components/vc-time-picker/Select.jsx index a151999a16..fc9f24769c 100644 --- a/components/vc-time-picker/Select.jsx +++ b/components/vc-time-picker/Select.jsx @@ -103,10 +103,6 @@ const Select = { this.setState({ active: false }); }, - saveList(node) { - this.list = node; - }, - scrollToSelected(duration) { // move to selected item const select = findDOMNode(this); @@ -137,7 +133,7 @@ const Select = { return (