dev #581

Merged
qcast3 merged 2 commits from dev into prd-deploy 2026-01-14 12:23:17 +09:00
Showing only changes of commit 4fdd7d55d0 - Show all commits

View File

@ -174,7 +174,7 @@ export const useLine = () => {
const isDiagonal = !isHorizontal && !isVertical
const lineLength = line.attributes.planeSize ?? line.getLength()
// line.attributes = { ...line.attributes, planeSize: line.getLength(), actualSize: line.getLength() }
line.attributes = { ...line.attributes, planeSize: lineLength, actualSize: lineLength }
if (+roofSizeSet === 1) {
if (direction === 'south' || direction === 'north') {