From 8662a371772cd4201c2d4b63ed253e0554516cee Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Wed, 9 Apr 2025 17:22:55 +0900 Subject: [PATCH] =?UTF-8?q?#=20974=20-=20=EC=A7=80=EB=B6=95=ED=98=95?= =?UTF-8?q?=EC=83=81=20=EC=84=A4=EC=A0=95=20=EC=A0=84=20=ED=8C=9D=EC=97=85?= =?UTF-8?q?=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/roofcover/useOuterLineWall.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hooks/roofcover/useOuterLineWall.js b/src/hooks/roofcover/useOuterLineWall.js index bced656b..18a07cf8 100644 --- a/src/hooks/roofcover/useOuterLineWall.js +++ b/src/hooks/roofcover/useOuterLineWall.js @@ -32,6 +32,7 @@ import { outlineDisplaySelector } from '@/store/settingAtom' import { usePopup } from '@/hooks/usePopup' import PropertiesSetting from '@/components/floor-plan/modal/outerlinesetting/PropertiesSetting' import Big from 'big.js' +import RoofShapeSetting from '@/components/floor-plan/modal/roofShape/RoofShapeSetting' //외벽선 그리기 export function useOuterLineWall(id, propertiesId) { @@ -256,7 +257,7 @@ export function useOuterLineWall(id, propertiesId) { canvas?.renderAll() setOuterLineFix(true) closePopup(id) - addPopup(propertiesId, 1, ) + addPopup(propertiesId, 1, ) } if (points.length < 3) {