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 79e8ce9 commit e8c63d1Copy full SHA for e8c63d1
src/BootstrapBlazor/Components/IntersectionObserver/LoadMore.razor
@@ -1,8 +1,8 @@
1
@namespace BootstrapBlazor.Components
2
@inherits BootstrapModuleComponentBase
3
4
-<IntersectionObserver OnIntersecting="OnIntersecting" Threshold="@Threshold" UseElementViewport="false"
5
- AutoUnobserveWhenIntersection="false">
+<IntersectionObserver OnIntersecting="OnIntersecting" Threshold="@Threshold" AutoUnobserveWhenIntersection="false"
+ UseElementViewport="false">
6
<IntersectionObserverItem>
7
<div class="bb-intersection-loading">
8
@if (CanLoading)
0 commit comments