mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 23:09:27 +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 {
|
override clear(): void {
|
||||||
super.clear();
|
super.clear();
|
||||||
|
this.blockInput = true;
|
||||||
this.overrideSettings = undefined;
|
this.overrideSettings = undefined;
|
||||||
this.optionsContainer.setVisible(false);
|
this.optionsContainer.setVisible(false);
|
||||||
this.optionsContainer.removeAll(true);
|
this.optionsContainer.removeAll(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user