Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
guptar8jan authored Nov 19, 2021
1 parent df02d9a commit 1a452a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chart/Treemap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export class Treemap extends PureComponent<Props, State> {
const formatRoot = squarify(root, nextProps.aspectRatio);

return {
...defaultState,
...prevState,
formatRoot,
currentRoot: root,
nestIndex: [root],
Expand Down

0 comments on commit 1a452a2

Please sign in to comment.