fix(android, ios): Link copy-pasting inconsistencies#640
Conversation
2accb4b to
056004f
Compare
kacperzolkiewski
left a comment
There was a problem hiding this comment.
copying pasting an autolink resulted in creating a manual link unnecessarily
Screen.Recording.2026-06-17.at.15.27.31.mov
It still recognizes it as a link on Android when we paste it directly next to another letter, until we type something.
Co-authored-by: Kacper Żółkiewski <74975508+kacperzolkiewski@users.noreply.github.com>
aff5a27 to
431f1c7
Compare
fixed, the same issue happened when we would paste text inside a finalized mention - the fix was shared |
szydlovsky
left a comment
There was a problem hiding this comment.
unsure about the iOS fixes..
szydlovsky
left a comment
There was a problem hiding this comment.
Sorry for the mistake with the isManual in there, brackets fooled me.
Co-authored-by: Mikołaj Szydłowski <9szydlowski9@gmail.com>
Summary
There were some inconsistencies when copy-pasting created links
iOS:
href == textValue, but thehrefdoes not match the givenlinkRegex, it gets marked as an autolink, which immediately removes the link, as the regex match failsAndroid:
Videos
The said iOS bug
Screen.Recording.2026-06-15.at.18.34.30.mov
Compatibility
Checklist