Skip to content

Commit 8b1f8bd

Browse files
2wheehCopilot
andauthored
Update docs/api/virtual-item.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 581c5c9 commit 8b1f8bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api/virtual-item.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ The size of the item. This is usually mapped to a css property like `width/heigh
6262
lane: number
6363
```
6464

65-
The lane index of the item. Items are assigned to the shortest lane. Lane assignments are cached immediately based on the size measured by `estimateSize` by default; use `deferLaneAssignment: true` to base assignments on measured sizes instead.
65+
The lane index of the item. Items are assigned to the shortest lane. Lane assignments are cached immediately based on the size estimated by `estimateSize` by default; use `deferLaneAssignment: true` to base assignments on measured sizes instead.
6666
In regular lists it will always be set to `0` but becomes useful for masonry layouts (see variable examples for more details).

0 commit comments

Comments
 (0)