0
0
Fork 0

Change behavior of privacy dropdown to only change value on validation (#29406)

This commit is contained in:
Claire 2024-02-27 12:41:19 +01:00 committed by GitHub
parent 9fa7338b6e
commit 90573c3abb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 131 additions and 122 deletions

View file

@ -141,6 +141,7 @@ class LanguageDropdownMenu extends PureComponent {
case 'Escape':
onClose();
break;
case ' ':
case 'Enter':
this.handleClick(e);
break;