fixed search in list

This commit is contained in:
Jan Prochazka
2024-12-18 10:22:02 +01:00
parent b9a8764b55
commit c02441402b
5 changed files with 13 additions and 7 deletions

View File

@@ -24,6 +24,7 @@
export let passProps;
export let getIsExpanded = null;
export let setIsExpanded = null;
export let isMainMatched = false;
let isExpandedCore = false;
@@ -71,6 +72,7 @@
{passProps}
{isExpandedBySearch}
{isExpanded}
{isMainMatched}
/>
</div>
{/if}