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
Currently, URLs are parsed in two different code paths. A paste action directly checks for URLs to linkify. But when the user is typing, we have a reaction for linkification.
Adjust these code paths so that the parts that are supposed to be identical are centralized and can't diverge.
The text was updated successfully, but these errors were encountered:
Currently, URLs are parsed in two different code paths. A paste action directly checks for URLs to linkify. But when the user is typing, we have a reaction for linkification.
Adjust these code paths so that the parts that are supposed to be identical are centralized and can't diverge.
The text was updated successfully, but these errors were encountered: