mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-24 12:56:01 +00:00
optimalization
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
{#if (isExpanded || isExpandedBySearch) && subItemsComponent}
|
||||
<div class="subitems">
|
||||
<svelte:component
|
||||
this={subItemsComponent(data)}
|
||||
this={subItemsComponent(data, { isExpandedOnlyBySearch: isExpandedBySearch && !isExpanded })}
|
||||
{data}
|
||||
{filter}
|
||||
{passProps}
|
||||
|
||||
Reference in New Issue
Block a user