fix: resolve new notes button not displaying

This commit is contained in:
codytseng
2025-09-03 09:44:25 +08:00
parent 584777328c
commit 336c6e993a

View File

@@ -116,7 +116,7 @@ const NoteList = forwardRef(
idSet.add(id)
return true
})
}, [events, showCount, shouldHideEvent])
}, [newEvents, shouldHideEvent])
const scrollToTop = (behavior: ScrollBehavior = 'instant') => {
setTimeout(() => {