feat: scroll to top when jumping to the current page
This commit is contained in:
parent
82537f192b
commit
23bf7fd005
23 changed files with 235 additions and 132 deletions
|
|
@ -95,3 +95,5 @@ export type TLanguage = 'en' | 'zh'
|
|||
export type TImageInfo = { url: string; blurHash?: string; dim?: { width: number; height: number } }
|
||||
|
||||
export type TNoteListMode = 'posts' | 'postsAndReplies' | 'pictures'
|
||||
|
||||
export type TPageRef = { scrollToTop: () => void }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue