fix(web): PageScrollList loading update
This commit is contained in:
@@ -106,7 +106,7 @@ const PageScrollList = forwardRef(<T, Q = Record<string, unknown>>({
|
|||||||
dataLength={data.length}
|
dataLength={data.length}
|
||||||
next={loadMoreData}
|
next={loadMoreData}
|
||||||
hasMore={hasMore}
|
hasMore={hasMore}
|
||||||
loader={needLoading ? <PageLoading /> : undefined}
|
loader={loading && needLoading ? <PageLoading /> : undefined}
|
||||||
// endMessage={<Divider plain>It is all, nothing more 🤐</Divider>}
|
// endMessage={<Divider plain>It is all, nothing more 🤐</Divider>}
|
||||||
scrollableTarget="scrollableDiv"
|
scrollableTarget="scrollableDiv"
|
||||||
className='rb:h-full!'
|
className='rb:h-full!'
|
||||||
|
|||||||
Reference in New Issue
Block a user