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
After more investigation, this only happens when regex is selected, and case sensitivity is toggled.
If case sensitivity is toggled, and regex is already turned on, the regular expression isn't re-compiled- so we keep using the old regular expression, with the old case sensitivity setting.
Like it says in the title.
The text was updated successfully, but these errors were encountered: