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(popup/ConnectWalletForm): fix paste after field is emptied #669

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

sidvishnoi
Copy link
Member

Context

If we emptied the input, and then pasted something (for example, cut and paste), we weren't setting the input value (with ev.preventDefault). This was looking as if we pasted empty string in input (leading to "wallet address is required" error).

Changes proposed in this pull request

@github-actions github-actions bot added the area: popup Improvements or additions to extension popup label Oct 15, 2024
Copy link
Contributor

Extension builds preview

Name Link
Latest commit a52915a
Latest job logs Run #11344356269
BadgeDownload
BadgeDownload

@sidvishnoi sidvishnoi merged commit 77e86ed into main Oct 15, 2024
9 checks passed
@sidvishnoi sidvishnoi deleted the connect/fix-paste branch October 15, 2024 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: popup Improvements or additions to extension popup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants