Skip to content

Commit

Permalink
Merge pull request #4098 from JosephSzpigiel/WV-41
Browse files Browse the repository at this point in the history
 WV-41 [TEAM REVIEW] Set open state on Unfollow menu
  • Loading branch information
DaleMcGrew authored Oct 10, 2024
2 parents 09b981b + 321efdf commit 19a6a0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/components/Values/IssueFollowToggleButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ class IssueFollowToggleButton extends Component {
this.setState({
isFollowing: false,
isFollowingLocalValue: false,
open: false,
anchorEl: null
});
}

Expand Down

0 comments on commit 19a6a0f

Please sign in to comment.