Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix keyboard navigation changing settings in App settings
When using keyboard navigation `onBlur` and `onChange` on radio buttons caused settings to be changed. Uses `onClick` instead and replaces `onChange` with a noop to prevent react from complaining. Signed-off-by: Plastikmensch <[email protected]>
- Loading branch information