페이징 방어코드 추가
This commit is contained in:
@@ -51,6 +51,7 @@ export const AlarmList = ({
|
||||
if(entry.isIntersecting){
|
||||
console.log('Element is now intersecting with the root. [' + onActionIntersect + ']');
|
||||
if(onActionIntersect && !!pageParam.cursor){
|
||||
setOnActionIntersect(false);
|
||||
callList('page');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user