Skip to content

Commit 7976950

Browse files
committed
refactor: 设置 UseElementViewport 值 false
1 parent fbdfa87 commit 7976950

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" AutoUnobserveWhenIntersection="false"
5+
UseElementViewport="false">
56
<IntersectionObserverItem>
67
<div class="bb-intersection-loading">
78
@if (CanLoading)

0 commit comments

Comments
 (0)