Skip to content

Commit

Permalink
fix(Table): resizeable won't work if isTree on, close #384
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Jun 4, 2019
1 parent a8c373a commit bf1eb55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/table/tree/cell.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export default class TreeCell extends React.Component {
primaryKey,
locale,
rtl,
children,
} = this.props;
const {
openTreeRowKeys: openRowKeys,
Expand Down Expand Up @@ -97,6 +98,7 @@ export default class TreeCell extends React.Component {
}
return (
<CellComponent {...this.props} innerStyle={firstCellStyle}>
{children}
{treeArrowNode}
</CellComponent>
);
Expand Down

0 comments on commit bf1eb55

Please sign in to comment.