fix: scroll tugas
This commit is contained in:
@@ -73,7 +73,7 @@ export default function ListDivisionTask() {
|
||||
const containerHeight = containerRef.current.clientHeight;
|
||||
const scrollHeight = containerRef.current.scrollHeight;
|
||||
|
||||
if (scrollTop + containerHeight >= scrollHeight) {
|
||||
if (scrollTop + containerHeight + 1 >= scrollHeight) {
|
||||
setPage(isPage + 1)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user