Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove preventDefault from 'create as public' checkbox (#5709)
# Motivation `preventDefault` on the `Checkbox` component prevents the checkbox from visibly toggling when the checkbox is clicked directly (as opposed to the text label being clicked). The underlying `boolean` variable still toggles so it's even possible that a public neuron is created while the checkbox looked unchecked. # Changes Remove `preventDefault` from `"as-public-neuron-checkbox"` component in `NnsStakeNeuron`. # Tests 1. I tried to create a unit test but it doesn't appear to be reproducible in the unit test framework. 2. Tested manually. # Todos - [ ] Add entry to changelog (if necessary). not necessary
- Loading branch information