지지금구 설치 시 간격 조정
This commit is contained in:
parent
9a47549716
commit
33d66cce8b
@ -1665,13 +1665,13 @@ export const useTrestle = () => {
|
||||
canvas.add(bracket)
|
||||
canvas.renderAll()
|
||||
if (direction === 'south') {
|
||||
startPointY -= height
|
||||
startPointY -= height - moduleIntvlVer / 10
|
||||
} else if (direction === 'north') {
|
||||
startPointY += height
|
||||
startPointY += height + moduleIntvlVer / 10
|
||||
} else if (direction === 'east') {
|
||||
startPointX -= width
|
||||
startPointX -= width - moduleIntvlHor / 10
|
||||
} else if (direction === 'west') {
|
||||
startPointX += width
|
||||
startPointX += width + moduleIntvlHor / 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user