From 3fdd9411e4822ecd39838ca3eb9738f9f2a46e4c Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Wed, 4 Mar 2026 14:43:28 +0900 Subject: [PATCH] =?UTF-8?q?#1511=20=E3=80=90HANASYS=20DESIGN=E3=80=91?= =?UTF-8?q?=E6=9D=B1=E8=A5=BF=E6=96=B9=E5=90=91=E3=81=AE=E3=83=A2=E3=82=B8?= =?UTF-8?q?=E3=83=A5=E3=83=BC=E3=83=AB=E9=85=8D=E7=BD=AE=E3=82=92=E8=87=AA?= =?UTF-8?q?=E5=8B=95=E3=81=A7=E8=A1=8C=E3=81=86=E3=81=A8=E3=80=81=E9=96=93?= =?UTF-8?q?=E9=9A=94=E3=81=8C=E7=8B=AD=E3=81=8F=E3=81=AA=E3=82=8B=E4=BA=8B?= =?UTF-8?q?=E8=B1=A1=20=EB=8F=99,=EC=84=9C=20=EB=B0=A9=ED=96=A5=20?= =?UTF-8?q?=EB=AA=A8=EB=93=88=20=EC=84=A4=EC=B9=98=20=EC=A0=9C=EB=8C=80?= =?UTF-8?q?=EB=A1=9C=20=EC=95=88=EB=90=98=EB=8A=94=20=ED=98=84=EC=83=81=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/module/useModuleBasicSetting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/module/useModuleBasicSetting.js b/src/hooks/module/useModuleBasicSetting.js index c2b0398d..365ed1b0 100644 --- a/src/hooks/module/useModuleBasicSetting.js +++ b/src/hooks/module/useModuleBasicSetting.js @@ -2677,7 +2677,7 @@ export function useModuleBasicSetting(tabNum) { isInstall = true //마지막에 설치된 모듈의 Y 좌표 - installedLastHeightCoord = moduleY + width + widthMargin + installedLastHeightCoord = moduleY + width + heightMargin } else { //디버깅용 /*tempModule.set({ fill: 'transparent', stroke: 'red', strokeWidth: 1 }) -- 2.47.2