모듈 디버깅 라인 삭제
This commit is contained in:
parent
1412a141f2
commit
c453ede3db
@ -1142,9 +1142,9 @@ export function useModuleBasicSetting(tabNum) {
|
||||
installedLastHeightCoord = moduleY + height + heightMargin
|
||||
} else {
|
||||
//디버깅용
|
||||
tempModule.set({ fill: 'transparent', stroke: 'red', strokeWidth: 1 })
|
||||
canvas?.add(tempModule)
|
||||
canvas.renderAll()
|
||||
// tempModule.set({ fill: 'transparent', stroke: 'red', strokeWidth: 1 })
|
||||
// canvas?.add(tempModule)
|
||||
// canvas.renderAll()
|
||||
}
|
||||
}
|
||||
if (isInstall) {
|
||||
@ -1281,9 +1281,9 @@ export function useModuleBasicSetting(tabNum) {
|
||||
installedLastHeightCoord = moduleY + width + widthMargin
|
||||
} else {
|
||||
//디버깅용
|
||||
tempModule.set({ fill: 'transparent', stroke: 'red', strokeWidth: 1 })
|
||||
canvas?.add(tempModule)
|
||||
canvas.renderAll()
|
||||
// tempModule.set({ fill: 'transparent', stroke: 'red', strokeWidth: 1 })
|
||||
// canvas?.add(tempModule)
|
||||
// canvas.renderAll()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user