add any/all pronoun option to dropdown
This commit is contained in:
parent
708327a548
commit
12e00abe29
3 changed files with 5 additions and 3 deletions
|
@ -9,7 +9,8 @@ function onPronounsDropdownUpdate() {
|
|||
pronounsInput.value === 'he/him' ||
|
||||
pronounsInput.value === 'she/her' ||
|
||||
pronounsInput.value === 'they/them' ||
|
||||
pronounsInput.value === 'it/its'
|
||||
pronounsInput.value === 'it/its' ||
|
||||
pronounsInput.value === 'any/all'
|
||||
);
|
||||
if (isCustom) {
|
||||
if (pronounsInput.value === '!') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue