Skip to content

Commit 367fc11

Browse files
committed
doc: 更新注释
1 parent 10c1446 commit 367fc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/IntersectionObserver/IntersectionObserver.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public partial class IntersectionObserver
1212
{
1313
/// <summary>
1414
/// 获得/设置 是否使用元素视口作为根元素 默认为 false 使用浏览器视口作为根元素
15-
/// <para>The element that is used as the viewport for checking visibility of the target. Must be the ancestor of the target. Defaults to the browser viewport if value is false. Default value is true</para>
15+
/// <para>The element that is used as the viewport for checking visibility of the target. Must be the ancestor of the target. Defaults to the browser viewport if value is false. Default value is false</para>
1616
/// </summary>
1717
[Parameter]
1818
public bool UseElementViewport { get; set; }

0 commit comments

Comments
 (0)