mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
remove comment
This commit is contained in:
parent
5fd3baaff0
commit
7548f2068f
@ -207,7 +207,6 @@ export default class Table<T> extends React.Component<TableProps<T>, any> {
|
||||
this.CheckboxPropsCache = {};
|
||||
}
|
||||
}
|
||||
// dataSource 的变化会清空选中项
|
||||
if ('dataSource' in nextProps &&
|
||||
nextProps.dataSource !== this.props.dataSource) {
|
||||
this.store.setState({
|
||||
|
Loading…
Reference in New Issue
Block a user