fix: resolve new notes button not displaying
This commit is contained in:
@@ -116,7 +116,7 @@ const NoteList = forwardRef(
|
||||
idSet.add(id)
|
||||
return true
|
||||
})
|
||||
}, [events, showCount, shouldHideEvent])
|
||||
}, [newEvents, shouldHideEvent])
|
||||
|
||||
const scrollToTop = (behavior: ScrollBehavior = 'instant') => {
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user