Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(bridge-ui-v2): token dropdown click away #14224

Merged
merged 44 commits into from
Jul 20, 2023
Merged

Conversation

jscriptcoder
Copy link
Contributor

There was an issue before where the token dropdown view didn't close when clicking outside. Instead of using using the document click event to close the menu (which can bring other problems) I'm using a clickable mask that will appear underneath the dropdown so when clicking it'll run a callback function, in this case to close the dropdown

@jscriptcoder jscriptcoder self-assigned this Jul 20, 2023
Base automatically changed from processing_fee to main July 20, 2023 21:19
@jscriptcoder jscriptcoder added this pull request to the merge queue Jul 20, 2023
Merged via the queue into main with commit 4f879cb Jul 20, 2023
@jscriptcoder jscriptcoder deleted the fix_token_dropdown branch July 20, 2023 22:06
@github-actions github-actions bot mentioned this pull request Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants