Skip to content

Commit

Permalink
πŸ”§ fix: ν•œκΈ€ Composition UX μ™„ν™”λ₯Ό μœ„ν•œ ν…ŒμŠ€νŠΈ(1)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysir committed Dec 4, 2024
1 parent 3a20e0a commit e8ef18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FE/src/components/Search/SearchCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function SearchCard({ data }: SearchCardProps) {
className={
'h-[52px] w-full rounded-xl hover:cursor-pointer hover:bg-gray-100'
}
onClick={handleClick}
onMouseDown={handleClick}
>
<div className={'my-2 flex w-full items-center justify-between px-4'}>
<div className={'flex-1 flex-col'}>
Expand Down

0 comments on commit e8ef18d

Please sign in to comment.