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 field that appears on many pages (e.g. on https://windrun.io/abilities) removes leading and trailing spaces from the user's input after they've stopped typing for a short time. This can make it difficult to enter the names of abilities that contain spaces when unable to type quickly (e.g. one-handed on mobile).
An ideal solution would be to only trim spaces from the string passed to the search function, without modifying the user's input at all.