dev #580
@ -174,7 +174,7 @@ export const useLine = () => {
|
|||||||
const isDiagonal = !isHorizontal && !isVertical
|
const isDiagonal = !isHorizontal && !isVertical
|
||||||
const lineLength = line.attributes.planeSize ?? line.getLength()
|
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 (+roofSizeSet === 1) {
|
||||||
if (direction === 'south' || direction === 'north') {
|
if (direction === 'south' || direction === 'north') {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user