Fix input blocking on repeated MEs without refresh

This commit is contained in:
ImperialSympathizer 2024-10-06 11:31:55 -04:00
parent f9691b872b
commit f269e15650

View File

@ -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);