fix: 🐛

This commit is contained in:
codytseng 2025-12-24 22:30:00 +08:00
parent 56f0aa9fd5
commit 41a65338b5
2 changed files with 2 additions and 2 deletions

View file

@ -412,7 +412,7 @@ const NoteList = forwardRef<
observerInstance.unobserve(currentBottomRef)
}
}
}, [hasMore, events, showCount, timelineKey])
}, [hasMore, events, showCount, timelineKey, loading])
const showNewEvents = () => {
setEvents((oldEvents) => [...newEvents, ...oldEvents])