From 31f525cf69095c284eb7d22dde2b8a71a7181fb7 Mon Sep 17 00:00:00 2001 From: xianyi Date: Wed, 24 Dec 2025 13:59:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=8D=E4=BD=8E=E5=8A=A0=E8=BD=BD=E6=9B=B4?= =?UTF-8?q?=E5=A4=9A=E5=BB=B6=E8=BF=9F=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/exam/ExamSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/exam/ExamSection.tsx b/src/components/exam/ExamSection.tsx index e90e7b5..17ee4bc 100644 --- a/src/components/exam/ExamSection.tsx +++ b/src/components/exam/ExamSection.tsx @@ -101,7 +101,7 @@ export const ExamSection = ({ setTimeout(() => { setDisplayCount((prev) => Math.min(prev + LOAD_MORE_COUNT, filteredClients.length)); setIsLoadingMore(false); - }, 300); + }, 0); } } },