e.target === virtual.scrollElement && focusItem(activeIndex))} >
{#each virtual.items as row (row.key)}
(activeIndex = row.index)} class="absolute top-0 left-0 w-full outline-none focus:bg-accent focus:text-accent-foreground" style:height="{row.size}px" style:transform="translateY({row.start}px)" > {@render children({ item: items[row.index], index: row.index })}
{/each}