Merge branch 'beta' into deep-sea-items

This commit is contained in:
Madmadness65 2025-02-25 15:18:22 -06:00 committed by GitHub
commit ecc5953916
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1538,7 +1538,7 @@ export default class PokedexUiHandler extends MessageUiHandler {
return 0;
});
this.filteredIndices = this.filteredPokemonContainers.map(c => c.species.speciesId);
this.filteredIndices = this.filteredPokemonData.map(c => c.species.speciesId);
this.updateScroll();
};