-
-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug] URL not clickable #258
Comments
Here we go again.. The problem seems to be the subdomain with a length of one (m.youtube.com) I think I will loosen the REGEX. GitHub marks a lot of things as a URLs and let's the clients browser decide if the URL is valid or not. To test this I'll add your link to the test group: www.test |
…egex without rendering it, and fix execution order
Please test whether everything works as expected: https://pairdrop-dev.onrender.com/ |
…egex without rendering it, and fix execution order
I have tested the dev instance on a lot of devices and it seems to work just fine. I’ll merge it later |
## Enhancements - Implemented drag and drop into text fields - Tidy up code - Translations update from Hosted Weblate (Italian) ## Fixes - Received URLs with single letter subdomains not hydrated into links #258 - Button does not change color on hover (#262 + #263) - On Windows Edge, PeerUI shows „preparing“ when file selector is cancelled (#257)
send https://m.youtube.com/watch?v=xxxx and its not clickable after receiving
The text was updated successfully, but these errors were encountered: