Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/10.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
elf-mouse committed Jun 5, 2023
2 parents de495ab + 147b536 commit 298e270
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "balm-ui",
"version": "10.21.0",
"version": "10.21.1",
"description": "A modular and customizable UI library based on Material Design and Vue 3",
"keywords": [
"balm",
Expand Down
7 changes: 6 additions & 1 deletion src/scripts/components/tree/mdc-tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,12 @@ class MdcTree {

if (autoExpandSelected && !Array.isArray(newSelectedKeys)) {
parentKeys = [];
this.handleAutoExpandSelected(nodeList, dataFormat.value, newSelectedKeys, treeData);
this.handleAutoExpandSelected(
nodeList,
dataFormat.value,
newSelectedKeys,
treeData
);
}
}

Expand Down

0 comments on commit 298e270

Please sign in to comment.