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
Generally if you're putting a click handler on something it should be a button. That way assistive tech knows it's interactive and you get all the keyboard focus/handling (enter/spacebar to click) for free
The text was updated successfully, but these errors were encountered:
farage-barrage/src/Player/Player.js
Lines 31 to 37 in 12c80ef
Generally if you're putting a click handler on something it should be a button. That way assistive tech knows it's interactive and you get all the keyboard focus/handling (enter/spacebar to click) for free
The text was updated successfully, but these errors were encountered: