Skip to content

Commit e8c63d1

Browse files
committed
refactor: 增加 UseElementViewport 参数设置
1 parent 79e8ce9 commit e8c63d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BootstrapBlazor/Components/IntersectionObserver/LoadMore.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@namespace BootstrapBlazor.Components
22
@inherits BootstrapModuleComponentBase
33

4-
<IntersectionObserver OnIntersecting="OnIntersecting" Threshold="@Threshold" UseElementViewport="false"
5-
AutoUnobserveWhenIntersection="false">
4+
<IntersectionObserver OnIntersecting="OnIntersecting" Threshold="@Threshold" AutoUnobserveWhenIntersection="false"
5+
UseElementViewport="false">
66
<IntersectionObserverItem>
77
<div class="bb-intersection-loading">
88
@if (CanLoading)

0 commit comments

Comments
 (0)