From aa5cc6aea37a164d6ad7905139f45f3189e3f80f Mon Sep 17 00:00:00 2001 From: Jaeyoung Lee Date: Mon, 23 Jun 2025 16:32:52 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=80=EB=B6=95=EB=8D=AE=EA=B0=9C=20?= =?UTF-8?q?=EB=B3=80=EB=B3=84=EB=A1=9C=20=ED=98=95=EC=83=81=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=ED=95=98=EB=8A=94=20=EB=B6=80=EB=B6=84=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=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/useRoofShapeSetting.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hooks/roofcover/useRoofShapeSetting.js b/src/hooks/roofcover/useRoofShapeSetting.js index e1ee08c2..31f88221 100644 --- a/src/hooks/roofcover/useRoofShapeSetting.js +++ b/src/hooks/roofcover/useRoofShapeSetting.js @@ -678,8 +678,7 @@ export function useRoofShapeSetting(id) { // 벽 attributes = { type: LINE_TYPE.WALLLINE.WALL, - width: hasSleeve === '0' ? 0 : sleeveOffset / 10, - sleeve: hasSleeve === '1', + offset: hasSleeve === '0' ? 0 : sleeveOffset / 10, } selectedLine.attributes = { ...attributes, isFixed: true } break