Skip to content

Commit bc79709

Browse files
Fix iding issue
1 parent c9108bf commit bc79709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/VirtualList.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<l-contents
125125
bind:this={contents}
126126
style:height="{averageHeight * items.length}px">
127-
{#each visible as row}
127+
{#each visible as row (row.index)}
128128
<l-row
129129
data-row={row.index}
130130
style:top="{heightMap.get(row.data)?.offset ?? averageHeight * row.index}px">

0 commit comments

Comments
 (0)