From 287755a31805b3caacbb04a083c6bccb153d6712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E8=AF=97=E6=B4=A5?= <2723065175@qq.com> Date: Mon, 14 Mar 2022 03:40:57 +0000 Subject: [PATCH] =?UTF-8?q?!1819=20=E4=BC=98=E5=8C=96:=E6=97=A0=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E9=97=A8=E6=9D=BF=E4=B8=8D=E7=BB=98=E5=88=B6=E9=93=B0?= =?UTF-8?q?=E9=93=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Add-on/DrawBoard/DrawDoorDrawer/DrawDoorTool.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Add-on/DrawBoard/DrawDoorDrawer/DrawDoorTool.ts b/src/Add-on/DrawBoard/DrawDoorDrawer/DrawDoorTool.ts index 9913afe26..91a0515f9 100644 --- a/src/Add-on/DrawBoard/DrawDoorDrawer/DrawDoorTool.ts +++ b/src/Add-on/DrawBoard/DrawDoorDrawer/DrawDoorTool.ts @@ -295,6 +295,7 @@ export class DrawDoorTool { if (info.tempInfo.hingeTemp && info.tempInfo.hingeTemp.id && this._idTempMap.has(info.tempInfo.hingeTemp.id)) { + if (info.openDir === DoorOpenDir.None) return; let hingeSpace = this.GetPositionSpace("铰链空间"); let hingeTemp = this._idTempMap.get(info.tempInfo.hingeTemp.id); if (hingeTemp.Objects.length === 0) return;