Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit f49ecdf

Browse files
author
sanju singh
committed
Fix: blur click conflict on name and chevron click
1 parent 860e750 commit f49ecdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/Header/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export default function Header({
9797
</div>
9898
<div
9999
className={style.accountMenu}
100-
onClick={() => setShowAccountDropdown(!showAccountDropdown)}
100+
onMouseDown={() => setShowAccountDropdown(!showAccountDropdown)}
101101
>
102102
{user.nickname}
103103
{organization ? <>&nbsp;({organization.name})</> : ""}

0 commit comments

Comments
 (0)