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 c514458 commit 3c21d92Copy full SHA for 3c21d92
apps/renderer/src/modules/feed-column/item.tsx
@@ -66,7 +66,7 @@ const FeedItemImpl = ({ view, feedId, className }: FeedItemProps) => {
66
if (e.metaKey) {
67
return
68
} else {
69
- setSelectedFeedIds([])
+ setSelectedFeedIds([feedId])
70
}
71
72
e.stopPropagation()
0 commit comments