Skip to content

Conversation

@psychedelicious
Copy link
Contributor

The shift key listener didn't catch pressed when focused in a textarea or input field, causing jank on slider number inputs.

Add keydown and keyup listeners to all such fields, which ensures that the shift state is always correct.

Also add the action tracking it to actionsDenylist to not clutter up devtools.

The shift key listener didn't catch pressed when focused in a textarea or input field, causing jank on slider number inputs.

Add keydown and keyup listeners to all such fields, which ensures that the `shift` state is always correct.

Also add the action tracking it to `actionsDenylist` to not clutter up devtools.
@blessedcoolant blessedcoolant merged commit 1cd09a5 into main Jul 8, 2023
@blessedcoolant blessedcoolant deleted the fix/ui/fix-shift-key-bug branch July 8, 2023 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants