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