-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Missing '?' and '&' characters in query string of output #2
Comments
Yeah the formatting is ran when the copy button is clicked. Seemed like an easier solution than listening to key events. |
You could always try throttling or debouncing the keyup event and then run the formate function. |
I identified some bug in my tests: mailto:[email protected]?cc=[email protected]&?subject=Teste&body=asdasdsadasdasda |
@insign Do you remember what order you entered in the form to create the error? I'm having trouble reproducing. |
Let's say that was email, subject, body then cc
|
@insign Sorry, long delay. Could you try clearing your browser cache/a different browser? I've tried to replicate this and can't. |
@mckeever02
|
I've forked the project at https://github.com/uncenter/mailtolink and fixed this issue, FYI. |
Missing '?' and '&' characters in query string of output prior clicking the copy button.
The text was updated successfully, but these errors were encountered: