Skip to content

Commit

Permalink
reverted a pulled Morphic PR because it doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Jan 28, 2022
1 parent 82eca7a commit 6308eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/morphic.js
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ function isWordChar(aCharacter) {
}

function isURLChar(aCharacter) {
return aCharacter.match(/[A-z0-9./:?&#_+%-]/);
return aCharacter.match(/[A-z0-9./:?&_+%-]/);
}

function isURL(text) {
Expand Down

0 comments on commit 6308eb9

Please sign in to comment.