You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a link anchor is an URL itself but the link actual URL is pointing elsewhere, when clicked the anchor address is opened instead of the actual link URL.
E.g. if I modify the sample text by adding the following line:
This is a paragraph with a tricky link [https://www.google.com](https://www.jetbrains.com/).
and I tap on the link, https://www.google.com gets opened. Instead, the expected behaviour should be to open https://www.jetbrains.com/.
About the issue
If a link anchor is an URL itself but the link actual URL is pointing elsewhere, when clicked the anchor address is opened instead of the actual link URL.
E.g. if I modify the sample text by adding the following line:
and I tap on the link,
https://www.google.com
gets opened. Instead, the expected behaviour should be to openhttps://www.jetbrains.com/
.Details
Version used:
0.30.0
Checklist
The text was updated successfully, but these errors were encountered: