From fc6eccede45bcaec8406c144de5946115fb58189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E4=B8=89?= <940119273@qq.com> Date: Thu, 30 Sep 2021 08:04:06 +0000 Subject: [PATCH] =?UTF-8?q?!1650=20=E4=BC=98=E5=8C=96:=E9=93=B0=E9=93=BE?= =?UTF-8?q?=E6=9C=AA=E6=89=BE=E5=88=B0=E5=90=88=E9=80=82=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E4=B8=8D=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Add-on/DrawBoard/DrawDoorDrawer/DrawDoorDrawerTool.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Add-on/DrawBoard/DrawDoorDrawer/DrawDoorDrawerTool.ts b/src/Add-on/DrawBoard/DrawDoorDrawer/DrawDoorDrawerTool.ts index 621ebc295..73b0d24d5 100644 --- a/src/Add-on/DrawBoard/DrawDoorDrawer/DrawDoorDrawerTool.ts +++ b/src/Add-on/DrawBoard/DrawDoorDrawer/DrawDoorDrawerTool.ts @@ -539,7 +539,6 @@ export class DrawDoorTool if (number === 0) { moveFail = true; - en.Erase(); continue; } hingeSpace.GetParam("SY").value = distance * number; //超出情况往下偏移 @@ -569,7 +568,6 @@ export class DrawDoorTool if (number === 0) { moveFail = true; - en.Erase(); continue; } hingeSpace.GetParam("SY").value = distance * number; //超出情况往下偏移 @@ -580,7 +578,7 @@ export class DrawDoorTool } if (moveFail) AppToaster.show({ - message: "部分铰链偏移未找到合适位置,自动删除", + message: "部分铰链偏移未找到合适位置", timeout: 5000, intent: Intent.WARNING, });