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

Commit

Permalink
Avatar Tooltip opens and stays open after selecting Avatar Settings #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunkat committed Jul 28, 2017
1 parent c70b347 commit feffd59
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 feffd59

Please sign in to comment.