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
fix — / works when the overlay says to press it. The hint "Press / to search names" is only ever shown with Switch Search Mode off, and the / handler returned early in exactly that state — so the key the overlay named was dropped, and nothing switched. It also prefixes the query rather than appending: _hasModeSwitchPrefix reads the first character and the hint's own Enter action builds /${query}, so a trailing slash would have landed in the box and still switched nothing.