From 1fe86746c13d093c3864e4254db4856db9da1abc Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Thu, 29 May 2025 15:47:49 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=80=EB=B6=95=20=ED=9D=90=EB=A6=84?= =?UTF-8?q?=EB=B0=A9=ED=96=A5=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 148683ef..bcaec973 100644 --- a/src/hooks/usePolygon.js +++ b/src/hooks/usePolygon.js @@ -1100,7 +1100,7 @@ export const usePolygon = () => { }) // blue로 생성된 것들은 대표라인이 될 수 없음. - // representLines = representLines.filter((line) => line.stroke !== 'blue') + representLines = representLines.filter((line) => line.stroke !== 'blue') // representLines중 가장 긴 line을 찾는다. representLines.forEach((line) => { if (!representLine) {