linkify icon indicating copy to clipboard operation
linkify copied to clipboard

Support UserTagLinkifier on Safari

Open jdosornio opened this issue 3 years ago • 0 comments

The regex used on UserTagLinkifier contains a negative lookbehind, which is unsupported on Safari.

In order to being able to use the linkifier on Safari, I removed the lookbehind from the regex and refactored the code to do the same thing that the original regex.

I also fixed some user tag tests that were failing.

jdosornio avatar Dec 16 '21 06:12 jdosornio