Skip to content

Commit 3880b09

Browse files
committed
revert: 撤销滚动参数更改
1 parent 15508a1 commit 3880b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/TreeView/TreeView.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ protected override async Task OnAfterRenderAsync(bool firstRender)
402402
if (_keyboardArrowUpDownTrigger)
403403
{
404404
_keyboardArrowUpDownTrigger = false;
405-
await InvokeVoidAsync("scroll", Id, ScrollIntoViewOptions, _activeItem != null && IsVirtualize);
405+
await InvokeVoidAsync("scroll", Id, ScrollIntoViewOptions);
406406
}
407407
}
408408

0 commit comments

Comments
 (0)