mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-07 08:52:17 +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;
|
return 0;
|
||||||
});
|
});
|
||||||
|
|
||||||
this.filteredIndices = this.filteredPokemonContainers.map(c => c.species.speciesId);
|
this.filteredIndices = this.filteredPokemonData.map(c => c.species.speciesId);
|
||||||
|
|
||||||
this.updateScroll();
|
this.updateScroll();
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user