From a708f28c36a4d6dfc5023feed772a184e4518f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=8B=9D?= <43837214+Minsiki@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:29:55 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=81=EC=9A=A9=EB=B2=84=ED=8A=BC=20?= =?UTF-8?q?=EC=88=98=ED=96=89=20=ED=9B=84=20=ED=8C=9D=EC=97=85=20=EB=8B=AB?= =?UTF-8?q?=EB=8A=94=20=EB=A1=9C=EC=A7=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/roofcover/useRoofAllocationSetting.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hooks/roofcover/useRoofAllocationSetting.js b/src/hooks/roofcover/useRoofAllocationSetting.js index 5fbc3ab3..53d1956b 100644 --- a/src/hooks/roofcover/useRoofAllocationSetting.js +++ b/src/hooks/roofcover/useRoofAllocationSetting.js @@ -314,7 +314,8 @@ export function useRoofAllocationSetting(id) { setSurfaceShapePattern(currentObject, roofDisplay.column, false, selectedRoofMaterial, true) drawDirectionArrow(currentObject) modifyModuleSelectionData() - closeAll() + // closeAll() + closePopup(id) basicSettingSave() setModuleSelectionData({ ...moduleSelectionData, roofConstructions: newRoofList }) }