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