Skip to content

Commit

Permalink
fix: made sure width is injected in the tree
Browse files Browse the repository at this point in the history
fix: made sure width is injected in the tree
  • Loading branch information
MarceloFonseca authored and diogofcunha committed Apr 2, 2019
1 parent 831ba2d commit 0f8148e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TreeContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default class TreeContainer extends React.Component {
NodeRenderer={this.props.children}
scrollToIndex={rowIndex}
scrollToAlignment={this.props.scrollToAlignment}
width={this.props.width}
/>
);
}
Expand Down

0 comments on commit 0f8148e

Please sign in to comment.