This commit is contained in:
AllenFang
2018-12-02 17:04:32 +08:00
parent c50853b16d
commit a23599f52f
@@ -33,7 +33,7 @@ export default class ExpandCell extends Component {
handleClick(e) {
const { rowKey, expanded, onRowExpand, rowIndex } = this.props;
e.stopPropagation();
onRowExpand(rowKey, !expanded, rowIndex, e);
}