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
which causes the player to lose sight of the keybinding they either just made or cancelled due to the conflict
I think this is caused as the popup correctly gets the focus but when it closes nothing is focused so the focus is grabbed by the focus grabber to the top of the current options menu tab. I think instead the rebinding control that is currently being interacted with should force grab keyboard focus once the popup closes.