디버깅 삭제

This commit is contained in:
yjnoh 2025-02-25 10:05:52 +09:00
parent 8bc69f73d0
commit 9561cd077c

View File

@ -1333,9 +1333,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) {
@ -1643,9 +1643,9 @@ export function useModuleBasicSetting(tabNum) {
// }
} 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()
}
}
@ -2625,7 +2625,7 @@ export function useModuleBasicSetting(tabNum) {
* 스냅기능
*/
let snapDistance = 10
let cellSnapDistance = 20
let cellSnapDistance = 50
let intvHor = flowDirection === 'south' || flowDirection === 'north' ? 1 : 3
let intvVer = flowDirection === 'south' || flowDirection === 'north' ? 3 : 1