From 0d3da6e306b16deb47cf13475e71229b73064703 Mon Sep 17 00:00:00 2001 From: dgflash Date: Wed, 16 Oct 2024 18:29:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B0=83=E7=94=A8=20oops.gui?= =?UTF-8?q?.clear()=20=E5=90=8E=EF=BC=8C=E6=A8=A1=E5=BC=8F=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E6=89=93=E5=BC=80=E4=B8=8D=E6=98=BE=E7=A4=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/core/gui/layer/LayerPopup.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/core/gui/layer/LayerPopup.ts b/assets/core/gui/layer/LayerPopup.ts index c8d6b51..c17d719 100644 --- a/assets/core/gui/layer/LayerPopup.ts +++ b/assets/core/gui/layer/LayerPopup.ts @@ -121,7 +121,6 @@ export class LayerPopUp extends LayerUI { clear(isDestroy: boolean) { super.clear(isDestroy) this.black.enabled = false; - this.active = false; this.closeVacancyRemove(); this.closeMask(); }