Bring summary UI to top when opened
This commit is contained in:
parent
0741478d24
commit
13aa20630d
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue