Closed sidvishnoi closed 1 month ago
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).
ev.preventDefault
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