This commit is contained in:
tangly1024.com
2023-07-20 18:04:02 +08:00
parent 7f4fcd5900
commit 7c5517fb41

View File

@@ -16,7 +16,6 @@ export default function ArticleAdjacent({ prev, next }) {
const handleIntersect = (entries) => {
entries.forEach((entry) => {
console.log(entry.isIntersecting)
if (entry.isIntersecting) {
setIsScrollEnd(true)
} else {