mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 14:59:26 +02:00
Fix input blocking on repeated MEs without refresh
This commit is contained in:
parent
f9691b872b
commit
f269e15650
@ -567,6 +567,7 @@ export default class MysteryEncounterUiHandler extends UiHandler {
|
||||
|
||||
override clear(): void {
|
||||
super.clear();
|
||||
this.blockInput = true;
|
||||
this.overrideSettings = undefined;
|
||||
this.optionsContainer.setVisible(false);
|
||||
this.optionsContainer.removeAll(true);
|
||||
|
Loading…
Reference in New Issue
Block a user