- 하단 부분 scrolldown부분 노출 관련하여 isBottom이 들어가있을시 정상작동하지않아 제거.
This commit is contained in:
junghoon86.park
2025-12-08 13:37:54 +09:00
parent f51e8bbfc5
commit 6c00f6bd7d

View File

@@ -1349,7 +1349,7 @@ export default function ProductAllSection({
return shouldMinimize;
});
},
[documentHeight, isBottom]
[documentHeight]
);
useEffect(() => {