Skip to content

Commit

Permalink
whoops - need to enable the new skin tone persistence via keyboard ac…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
neckenth committed Jan 10, 2023
1 parent f96c2e5 commit 68f474f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/header/SkinTonePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export function SkinTonePicker({
if (key === KeyboardEvents.Enter) {
if (isOpen) {
setActiveSkinTone(skinToneVariation);
setSkinTone(skinToneVariation)
focusSearchInput();
} else {
setIsOpen(true);
Expand Down

0 comments on commit 68f474f

Please sign in to comment.