Commit 0c37d80
authored
Update VirtualScroll.svelte - expose "index" to item
Previously you could not do this:
```
<VirtualScroll let:data let:index> ... </VirtualScroll>
```
now you can.1 parent 39fd58d commit 0c37d80
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
0 commit comments