Skip to content

Commit

Permalink
Merge pull request #12 from nih-sparc/fix-unselect-child-facet-bug
Browse files Browse the repository at this point in the history
Fixed unselected hidden child facet bug
  • Loading branch information
egauzens authored Mar 6, 2024
2 parents f423ec6 + 6d7d56f commit d8fa593
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 d8fa593

Please sign in to comment.