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
The search code used to use 'string'.search which takes regex
input. Now it used indexOf, so escaping is unnecessary and
causes search to break after on of the special characters is
entered.
From: javve#721
0 commit comments