Skip to content

Commit

Permalink
fix: allow select one feed
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Nov 11, 2024
1 parent c514458 commit 3c21d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/renderer/src/modules/feed-column/item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const FeedItemImpl = ({ view, feedId, className }: FeedItemProps) => {
if (e.metaKey) {
return
} else {
setSelectedFeedIds([])
setSelectedFeedIds([feedId])
}

e.stopPropagation()
Expand Down

0 comments on commit 3c21d92

Please sign in to comment.