From 151fd3b9507adfa0dc79eeae86ef56a3294e567c Mon Sep 17 00:00:00 2001 From: zhaoying Date: Tue, 3 Feb 2026 17:22:58 +0800 Subject: [PATCH] fix(web): PageScrollList loading update --- web/src/components/PageScrollList/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/PageScrollList/index.tsx b/web/src/components/PageScrollList/index.tsx index bea97b04..8527554d 100644 --- a/web/src/components/PageScrollList/index.tsx +++ b/web/src/components/PageScrollList/index.tsx @@ -106,7 +106,7 @@ const PageScrollList = forwardRef(>({ dataLength={data.length} next={loadMoreData} hasMore={hasMore} - loader={needLoading ? : undefined} + loader={loading && needLoading ? : undefined} // endMessage={It is all, nothing more 🤐} scrollableTarget="scrollableDiv" className='rb:h-full!'