File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/BootstrapBlazor.Server/Components/Samples Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9292 <p >@( (MarkupString )Localizer [" IntersectionObserverThresholdDesc" ].Value ) </p >
9393 <div class =" text-center" >@_thresholdValueString </div >
9494 </section >
95- <IntersectionObserver OnIntersecting =" OnThresholdChanged" Threshold =" 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1" AutoUnobserveWhenIntersection =" false" >
95+ <IntersectionObserver OnIntersecting =" OnThresholdChanged" Threshold =" 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1"
96+ AutoUnobserveWhenIntersection =" false" >
9697 <div class =" bb-list-load scroll" style =" height : 200px ;" >
9798 <div class =" d-flex" style =" height : 600px ; justify-content : center ; align-items : center ;" >
9899 <IntersectionObserverItem >
118119 </div >
119120 }
120121 </div >
121- <LoadMore OnLoadMoreAsync =" OnLoadMoreItemAsync" CanLoading =" _canLoading" >
122- </LoadMore >
122+ <LoadMore OnLoadMoreAsync =" OnLoadMoreItemAsync" CanLoading =" _canLoading" ></LoadMore >
123123 </div >
124124</DemoBlock >
125125
You can’t perform that action at this time.
0 commit comments