Skip to content

Commit

Permalink
fix(component): resolve the error when clicking on a row when clickRo…
Browse files Browse the repository at this point in the history
…wToExpand is true (#3714)
  • Loading branch information
cszhjh authored Apr 4, 2024
1 parent 6528dc4 commit 38d58ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Tree/src/types/tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export const treeProps = buildProps({

expandedKeys: {
type: Array as PropType<KeyType[]>,
default: () => [],
},

selectedKeys: {
Expand Down

0 comments on commit 38d58ab

Please sign in to comment.