Skip to content

Commit

Permalink
Fixed unselected hidden child facet bug
Browse files Browse the repository at this point in the history
  • Loading branch information
egauzens committed Mar 6, 2024
1 parent f423ec6 commit 6d7d56f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sparc-design-system-components-2",
"version": "0.0.24",
"version": "0.0.25",
"private": false,
"scripts": {
"dev": "vite",
Expand Down
1 change: 1 addition & 0 deletions src/components/DropdownMultiselect/DropdownMultiselect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
:filter-node-method="filterNodes"
:props="treeProps"
:render-content="renderContent"
:render-after-expand="false"
@check-change="onCheckChange"
/>
</el-scrollbar>
Expand Down

0 comments on commit 6d7d56f

Please sign in to comment.