Skip to content

Commit

Permalink
fix: make the email suggestion better (#1601)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekHegde2000 authored Dec 1, 2024
1 parent 9e31892 commit 8c603a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ const Signin = () => {
ref={(listItem) =>
(suggestionRefs.current[index] = listItem!)
}
onMouseDown={() => handleSuggestionClick(domain)}
onClick={() => handleSuggestionClick(domain)}
className={`relative flex w-full cursor-default select-none items-center rounded-sm p-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 ${
focusedIndex === index
Expand Down

0 comments on commit 8c603a9

Please sign in to comment.