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
Correct the find functionality for whole words which was previously returning even if the suffix of a string was matching the word. e.g. "abcdef" would previously match with "def" even when whole word is on.
0 commit comments