Bring summary UI to top when opened

pull/14/head
Flashfyre 2024-01-11 00:41:08 -05:00
parent 0741478d24
commit 13aa20630d
1 changed files with 2 additions and 0 deletions

View File

@ -189,6 +189,8 @@ export default class SummaryUiHandler extends UiHandler {
this.pokemon = args[0] as PlayerPokemon;
this.summaryUiMode = args.length > 1 ? args[1] as SummaryUiMode : SummaryUiMode.DEFAULT;
this.scene.ui.bringToTop(this.summaryContainer);
this.summaryContainer.setVisible(true);
this.cursor = -1;