From c4b03c6745dfedd25f350352637d0797affa6c87 Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Fri, 9 Jan 2026 17:28:02 +0900 Subject: [PATCH] =?UTF-8?q?diff=202=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/usePolygon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/usePolygon.js b/src/hooks/usePolygon.js index bc63c50c..e846760b 100644 --- a/src/hooks/usePolygon.js +++ b/src/hooks/usePolygon.js @@ -1982,7 +1982,7 @@ export const usePolygon = () => { const line1 = allRoofLines[i] const line2 = allRoofLines[j] const diff = Math.abs(line1.length - line2.length) - if (diff > 0 && diff <= 1) { + if (diff > 0 && diff <= 2) { const minLength = Math.min(line1.length, line2.length) line1.setLengthByValue(minLength * 10) line2.setLengthByValue(minLength * 10)