fix: clear selected feed ids when switching view

This commit is contained in:
Stephen Zhou 2024-11-11 16:03:31 +08:00
parent 4d2f88b156
commit c42cfdb7db
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ export function FeedColumn({ children, className }: PropsWithChildren<{ classNam
setActive_(args)
navigateBackHome(nextActive)
setSelectedFeedIds([])
},
[active, navigateBackHome],
)