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