We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2f88b commit c42cfdbCopy full SHA for c42cfdb
apps/renderer/src/modules/feed-column/index.tsx
@@ -78,6 +78,7 @@ export function FeedColumn({ children, className }: PropsWithChildren<{ classNam
78
setActive_(args)
79
80
navigateBackHome(nextActive)
81
+ setSelectedFeedIds([])
82
},
83
[active, navigateBackHome],
84
)
0 commit comments