feat: update layout
This commit is contained in:
parent
f41536a793
commit
8b1c2ebe3f
30 changed files with 230 additions and 250 deletions
|
|
@ -24,7 +24,7 @@ const NoteListPage = forwardRef((_, ref) => {
|
|||
|
||||
useEffect(() => {
|
||||
if (layoutRef.current) {
|
||||
layoutRef.current.scrollToTop()
|
||||
layoutRef.current.scrollToTop('instant')
|
||||
}
|
||||
}, [JSON.stringify(relayUrls), feedInfo])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue