Skip to content

Commit 79e8ce9

Browse files
committed
refactor: 更新默认设置
1 parent 5e3dab8 commit 79e8ce9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/BootstrapBlazor/Components/IntersectionObserver/LoadMore.razor

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

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

0 commit comments

Comments
 (0)