Fix tags selector for first in the list

16b62d9fb3640814a715aa5cd27ec91fde714cd4

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/tags.js+1 -1
@@ -410,7 +410,7 @@ function getInlineListSelector() {
410410 return `.group_select[grid="${selected_group}"] .tags`;
411411 }
412412
413413 if (this_chid !== undefined && menu_type === 'character_edit') {
414414 return `.character_select[chid="${this_chid}"] .tags`;
415415 }
416416