From ca66cfbc08f91244ad7056830e77b7e69e962c7f Mon Sep 17 00:00:00 2001 From: ChenX Date: Thu, 27 Oct 2022 15:47:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D:=E9=81=BF=E5=85=8D=E9=AB=98?= =?UTF-8?q?=E7=BA=A7=E5=B0=81=E8=BE=B9=E7=BC=96=E8=BE=91=E5=9C=A8=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E9=BB=98=E8=AE=A4=E9=85=8D=E7=BD=AE=E6=97=B6,?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E6=88=90=E5=85=A8=E9=83=A8=E9=83=BD?= =?UTF-8?q?=E6=98=AF1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/UI/Store/RightPanelStore/SealingStore.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/UI/Store/RightPanelStore/SealingStore.ts b/src/UI/Store/RightPanelStore/SealingStore.ts index 2031ceb5f..200f6c43f 100644 --- a/src/UI/Store/RightPanelStore/SealingStore.ts +++ b/src/UI/Store/RightPanelStore/SealingStore.ts @@ -34,7 +34,8 @@ export class SealingStore extends BoardEdgesEditor implements IConfigStore @observable configsNames: string[] = []; InitOption() { - Object.assign(this.option, { highSizes: Array(15).fill("1") }); + //禁止再次初始化,避免用户没有配置的时候,使用封边编辑,导致面板属性被还原 + // Object.assign(this.option, { highSizes: Array(15).fill("1") }); } SaveConfig() {