Skip to content

Commit c9453fc

Browse files
committed
doc: 更新注释
1 parent 70de728 commit c9453fc

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
@@ -258,7 +258,7 @@ public partial class TreeView<TItem> : IModelEqualityComparer<TItem>
258258
public bool EnableKeyboard { get; set; }
259259

260260
/// <summary>
261-
/// 获得/设置 是否键盘上下键操作当前选中节点与视窗关系配置 默认 null 使用 { behavior: "smooth", block: "nearest", inline: "nearest" }
261+
/// 获得/设置 是否键盘上下键操作当前选中节点与视窗关系配置 默认 null 使用 { behavior: "smooth", block: "nearest", inline: "start" }
262262
/// </summary>
263263
[Parameter]
264264
public ScrollIntoViewOptions? ScrollIntoViewOptions { get; set; }

0 commit comments

Comments
 (0)