Fix new character highlight
| @@ -7158,7 +7158,7 @@ export function select_rm_info(type, charId, previousCharId = null) { | ||
| 7158 | 7158 | importFlashTimeout = setTimeout(function () { |
| 7159 | 7159 | if (type === 'char_import' || type === 'char_create') { |
| 7160 | 7160 | // Find the page at which the character is located |
| 7161 | 7161 | const avatarFileName = `${charId}.png`; |
| 7162 | 7162 | const charData = getEntitiesList({ doFilter: true }); |
| 7163 | 7163 | const charIndex = charData.findIndex((x) => x?.item?.avatar?.startsWith(avatarFileName)); |
| 7164 | 7164 | |