Compare commits

..

2 Commits

View File

@ -2677,7 +2677,7 @@ export function useModuleBasicSetting(tabNum) {
isInstall = true isInstall = true
//마지막에 설치된 모듈의 Y 좌표 //마지막에 설치된 모듈의 Y 좌표
installedLastHeightCoord = moduleY + width + widthMargin installedLastHeightCoord = moduleY + width + heightMargin
} else { } else {
//디버깅용 //디버깅용
/*tempModule.set({ fill: 'transparent', stroke: 'red', strokeWidth: 1 }) /*tempModule.set({ fill: 'transparent', stroke: 'red', strokeWidth: 1 })