Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1091 from metasfresh/dev-1089
Browse files Browse the repository at this point in the history
Avatar Tooltip opens and stays open after selecting Avatar Settings #1089
  • Loading branch information
cadavre authored Aug 1, 2017
2 parents 2aec3a6 + feffd59 commit 898cd96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/header/UserDropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ class UserDropdown extends Component {
me.userProfileWindowId +
'/' + me.userProfileId
);
handleUDOpen(false)}}
handleUDOpen(false);
toggleTooltip('')}}
tabIndex={0}
>
<i className="meta-icon-settings" />
Expand Down

0 comments on commit 898cd96

Please sign in to comment.