Fix layering for egg-related UIs when option select is visible

pull/14/head
Flashfyre 2024-01-12 00:09:11 -05:00
parent 4c07c6d5cb
commit 831bc75560
2 changed files with 4 additions and 0 deletions

View File

@ -231,6 +231,8 @@ export default class EggGachaUiHandler extends MessageUiHandler {
this.updateVoucherCounts(); this.updateVoucherCounts();
this.getUi().bringToTop(this.eggGachaContainer);
this.eggGachaContainer.setVisible(true); this.eggGachaContainer.setVisible(true);
return true; return true;

View File

@ -91,6 +91,8 @@ export default class EggListUiHandler extends MessageUiHandler {
show(args: any[]): boolean { show(args: any[]): boolean {
super.show(args); super.show(args);
this.getUi().bringToTop(this.eggListContainer);
this.eggListContainer.setVisible(true); this.eggListContainer.setVisible(true);
let e = 0; let e = 0;