mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-03 15:10:19 +00:00
log
This commit is contained in:
@@ -16,7 +16,6 @@ export default function ArticleAdjacent({ prev, next }) {
|
|||||||
|
|
||||||
const handleIntersect = (entries) => {
|
const handleIntersect = (entries) => {
|
||||||
entries.forEach((entry) => {
|
entries.forEach((entry) => {
|
||||||
console.log(entry.isIntersecting)
|
|
||||||
if (entry.isIntersecting) {
|
if (entry.isIntersecting) {
|
||||||
setIsScrollEnd(true)
|
setIsScrollEnd(true)
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user