Skip to content

Commit 0a63c7b

Browse files
Update src/Components/Web/src/Virtualization/Virtualize.cs
Co-authored-by: Copilot <[email protected]>
1 parent 0315d1e commit 0a63c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Web/src/Virtualization/Virtualize.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ protected override void BuildRenderTree(RenderTreeBuilder builder)
284284
var itemsAfter = Math.Max(0, _itemCount - _visibleItemCapacity - _itemsBefore);
285285

286286
builder.OpenElement(7, SpacerElement);
287-
builder.AddAttribute(8, "aria-hidden", "true");
287+
builder.AddAttribute(8, "aria-hidden", "true");
288288
builder.AddAttribute(9, "style", GetSpacerStyle(itemsAfter, _unusedItemCapacity));
289289
builder.AddElementReferenceCapture(10, elementReference => _spacerAfter = elementReference);
290290

0 commit comments

Comments
 (0)