mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
Merge branch 'beta' into deep-sea-items
This commit is contained in:
commit
ecc5953916
@ -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();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user