Dropdown menu persisting after click-away
wackerow opened this issue · 1 comments
wackerow commented
Description
Dropdown menu at the top of the app is persisting as open even after clicking away, requiring a click on the actual Help button again. This can cause issues if the user opens other features before closing.
Steps to reproduce:
- Go to https://eth2clrfund.netlify.app/#/
- Open the ? menu in the upper right
- Then connect wallet, noting it does not close
- Then open Profile by clicking on your address in upper right
This leaves you with the menu open with no way to close it, since the close button is now blocked by the profile.
Screenshot
Thoughts
Check the logic on how the dropdown menu is triggered to close. Should be closed when clicking anywhere, either outside the dropdown or if a link is selected.
corwintines commented
Going to close this, solved in recent PR #475