Skip to content

Commit

Permalink
enhancement: moved collection click area from name to div (usebruno#3813
Browse files Browse the repository at this point in the history
)
  • Loading branch information
naman-bruno committed Jan 17, 2025
1 parent e92b879 commit ab1fc43
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ const Collection = ({ collection, searchText }) => {
<div className="flex py-1 collection-name items-center" ref={drop}>
<div
className="flex flex-grow items-center overflow-hidden"
onClick={handleCollapseCollection}
onContextMenu={handleRightClick}
>
<IconChevronRight
size={16}
Expand Down

0 comments on commit ab1fc43

Please sign in to comment.