Skip to content

Commit 62ea586

Browse files
committed
fix: fix profile dropdown in the editor not opening
1 parent 699706e commit 62ea586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scratch-gui/src/components/menu-bar/account-nav.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const AccountNavComponent = ({
3939
styles.userInfo,
4040
className
4141
)}
42-
onMouseUp={onClick}
42+
onClick={onClick}
4343
>
4444
{avatarUrl ? (
4545
<UserAvatar

0 commit comments

Comments
 (0)