From d52367107488d54ae7eabf5a1a43942a5d075a9e Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Tue, 4 Feb 2025 13:21:25 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=80=EB=B6=95=EB=A9=B4=20=ED=95=A0?= =?UTF-8?q?=EB=8B=B9=20=EC=95=88=EB=90=98=EB=8A=94=20=EA=B2=BD=EC=9A=B0=20?= =?UTF-8?q?=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/roofcover/useRoofAllocationSetting.js b/src/hooks/roofcover/useRoofAllocationSetting.js index ee865d65..88af737b 100644 --- a/src/hooks/roofcover/useRoofAllocationSetting.js +++ b/src/hooks/roofcover/useRoofAllocationSetting.js @@ -273,7 +273,7 @@ export function useRoofAllocationSetting(id) { setRoofList(newRoofList) const selectedRoofMaterial = newRoofList.find((roof) => roof.selected) - setSurfaceShapePattern(currentObject, roofDisplay.column, false, selectedRoofMaterial) + setSurfaceShapePattern(currentObject, roofDisplay.column, false, selectedRoofMaterial, true) modifyModuleSelectionData() closeAll() }