fix: 💨

This commit is contained in:
codytseng
2025-08-23 23:21:57 +08:00
parent a9caf9d5ad
commit ad3df9b037
4 changed files with 18 additions and 14 deletions

View File

@@ -120,7 +120,7 @@ export type TNoteListMode = 'posts' | 'postsAndReplies' | 'you'
export type TNotificationType = 'all' | 'mentions' | 'reactions' | 'zaps'
export type TPageRef = { scrollToTop: () => void }
export type TPageRef = { scrollToTop: (behavior?: ScrollBehavior) => void }
export type TNip66RelayInfo = TRelayInfo & {
url: string