Merge branch 'beta' into status-ab-activate

This commit is contained in:
Wlowscha 2025-02-25 23:39:54 +01:00 committed by GitHub
commit 3e299cec9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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();
};