降低加载更多延迟时间
This commit is contained in:
@@ -101,7 +101,7 @@ export const ExamSection = ({
|
||||
setTimeout(() => {
|
||||
setDisplayCount((prev) => Math.min(prev + LOAD_MORE_COUNT, filteredClients.length));
|
||||
setIsLoadingMore(false);
|
||||
}, 300);
|
||||
}, 0);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user