diff --git a/src/components/Signin.tsx b/src/components/Signin.tsx index 2f7980bc..612e67a5 100644 --- a/src/components/Signin.tsx +++ b/src/components/Signin.tsx @@ -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