Skip to content

Commit e0856e0

Browse files
committed
refactor: 移除冗余参数
1 parent 367fc11 commit e0856e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/BootstrapBlazor/Components/IntersectionObserver/LoadMore.razor

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

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

0 commit comments

Comments
 (0)