We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3dab8 commit 79e8ce9Copy full SHA for 79e8ce9
src/BootstrapBlazor/Components/IntersectionObserver/LoadMore.razor
@@ -1,7 +1,8 @@
1
@namespace BootstrapBlazor.Components
2
@inherits BootstrapModuleComponentBase
3
4
-<IntersectionObserver OnIntersecting="OnIntersecting" Threshold="@Threshold" AutoUnobserveWhenIntersection="false">
+<IntersectionObserver OnIntersecting="OnIntersecting" Threshold="@Threshold" UseElementViewport="false"
5
+ AutoUnobserveWhenIntersection="false">
6
<IntersectionObserverItem>
7
<div class="bb-intersection-loading">
8
@if (CanLoading)
0 commit comments