Fix tags selector for first in the list
| @@ -410,7 +410,7 @@ function getInlineListSelector() { | ||
| 410 | 410 | return `.group_select[grid="${selected_group}"] .tags`; |
| 411 | 411 | } |
| 412 | 412 | |
| 413 | 413 | if (this_chid !== undefined && menu_type === 'character_edit') { |
| 414 | 414 | return `.character_select[chid="${this_chid}"] .tags`; |
| 415 | 415 | } |
| 416 | 416 | |