diff --git a/public/scripts/tags.js b/public/scripts/tags.js index 7e42f5cd7..badb1ee8c 100644 --- a/public/scripts/tags.js +++ b/public/scripts/tags.js @@ -410,7 +410,7 @@ function getInlineListSelector() { return `.group_select[grid="${selected_group}"] .tags`; } - if (this_chid && menu_type === 'character_edit') { + if (this_chid !== undefined && menu_type === 'character_edit') { return `.character_select[chid="${this_chid}"] .tags`; }