mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-23 23:16:50 +00:00
log
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user