We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
When I try to paste link without protocol but with 'mailto:...' it still recognized as relative link (http://localhost:8080//mailto:some@email.ex)
http://localhost:8080//mailto:some@email.ex
It seems it could be fixed in _onLinkPreview method for link
_onLinkPreview
link
Thank you!
The text was updated successfully, but these errors were encountered:
fix: #608 link protocol
5b098d7
The 2.36.0 version has been updated. If this issue has not been resolved, please reopen this issue. Thank you.
Sorry, something went wrong.
@JiHong88 all works perfectly! thank you!
fix: JiHong88#608 link protocol
e1d9bf0
No branches or pull requests
Hello!
When I try to paste link without protocol but with 'mailto:...' it still recognized as relative link (
http://localhost:8080//mailto:some@email.ex
)It seems it could be fixed in
_onLinkPreview
method forlink
Thank you!
The text was updated successfully, but these errors were encountered: