#1511 【HANASYS DESIGN】東西方向のモジュール配置を自動で行うと、間隔が狭くなる事象

동,서 방향 모듈 설치 제대로 안되는 현상 수정
This commit is contained in:
hyojun.choi 2026-03-04 14:43:28 +09:00
parent 4c248f5766
commit 3fdd9411e4

View File

@ -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 })