From 4fdd7d55d0e327c2784d1e7afbd519539663ea40 Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Tue, 13 Jan 2026 13:44:29 +0900 Subject: [PATCH] =?UTF-8?q?=ED=98=95=EC=98=AC=EB=A6=BC=EB=82=B4=EB=A6=BC?= =?UTF-8?q?=20=EC=8B=9C=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useLine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useLine.js b/src/hooks/useLine.js index f61b977b..30cc9ba9 100644 --- a/src/hooks/useLine.js +++ b/src/hooks/useLine.js @@ -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') {