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
When using \n without anything else it matches nothing. When using "\n*" it suddenly finds matches. I think this might be an issue of how the regex is constructed as it works fine when used directly in the browser-console.
The text was updated successfully, but these errors were encountered:
Looks like an issue with how the highlights and hitbox for the hover event are rendered. The matches are there (shown correctly in the count), they're just invisible, because the bounding rect for a single newline has zero width.
When using \n without anything else it matches nothing. When using "\n*" it suddenly finds matches. I think this might be an issue of how the regex is constructed as it works fine when used directly in the browser-console.
The text was updated successfully, but these errors were encountered: