Skip to content

Commit

Permalink
fix: 修复代码错误
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonebee committed Sep 26, 2021
1 parent 84e0c12 commit 31f4bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rwp/react-ui",
"version": "1.28.11-canary",
"version": "1.28.12-canary",
"license": "AGPL-3.0",
"scripts": {
"start": "dumi dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui/src/tree/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export const Tree = (props: Props) => {
}
})

update(tempTreeNode);
update(tempTreeNode, props.overlay);

setTreeNodes(tempTreeNode as EventDataNode[])
setExpandedKeys(expandedKeys.concat(joinExpandedKeys))
Expand Down

1 comment on commit 31f4bac

@vercel
Copy link

@vercel vercel bot commented on 31f4bac Oct 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.