Compare commits

..

No commits in common. "a701f3c066e7b4ed15cbb5c996234fc2baceca16" and "6fb7caa357e6db8e171031b3faff27d7aa8d10bb" have entirely different histories.

View File

@ -1671,11 +1671,7 @@ export function useSurfaceShapeBatch({ isHidden, setIsHidden }) {
drawDirectionArrow(currentObject)
setTimeout(() => {
changeSurfaceLineType(currentObject)
// 회전된 배치면뿐 아니라 모든 배치면의 길이를 재계산
const allRoofs = canvas.getObjects().filter((o) => o.name === POLYGON_TYPE.ROOF && o.type === 'QPolygon')
allRoofs.forEach((roof) => {
setPolygonLinesActualSize(roof, true)
})
setPolygonLinesActualSize(currentObject, true)
currentObject.dirty = true
currentObject.setCoords()
canvas.renderAll()