feat: scroll to top when jumping to the current page
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user