From 6b02b2cad01d1f739d9aaa23e0c3d1eb2730b8fb Mon Sep 17 00:00:00 2001 From: ysCha Date: Mon, 27 Apr 2026 13:20:19 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EB=B9=8C=EB=93=9C=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95:=20debugLabels=20import=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit dev-deploy 빌드에서 untracked 파일(@/util/debugLabels) 참조로 실패. 디버그 전용 라벨 부착 호출은 로컬 한정이므로 커밋 대상에서 제거. Co-Authored-By: Claude Opus 4.6 --- src/components/fabric/QPolygon.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/fabric/QPolygon.js b/src/components/fabric/QPolygon.js index 3cdd644b..c3b330c2 100644 --- a/src/components/fabric/QPolygon.js +++ b/src/components/fabric/QPolygon.js @@ -7,7 +7,6 @@ import * as turf from '@turf/turf' import { LINE_TYPE, POLYGON_TYPE } from '@/common/common' import Big from 'big.js' import { drawSkeletonRidgeRoof, drawSkeletonRidgeRoofFromBaseLines, verifyMoveBoundary } from '@/util/skeleton-utils' -import { attachDebugLabels } from '@/util/debugLabels' export const QPolygon = fabric.util.createClass(fabric.Polygon, { type: 'QPolygon', @@ -515,9 +514,6 @@ export const QPolygon = fabric.util.createClass(fabric.Polygon, { // console.log('변별로 설정') drawRoofByAttribute(this.id, this.canvas, textMode) } - - // [DEBUG] URL ?debug=labels 일 때만 라벨 부착. 운영 빌드/평소엔 noop. - attachDebugLabels(this.canvas, this.id) }, /** -- 2.47.2 From 428ff36afbdf54ae9b0107e028ec0ec146814ddf Mon Sep 17 00:00:00 2001 From: ysCha Date: Mon, 27 Apr 2026 13:24:21 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EB=9D=BC=EC=9D=B8=EC=A4=84=ED=91=9C?= =?UTF-8?q?=EC=8B=9C,=20=EC=9D=B8=EB=8D=B1=EC=8A=A4=20=EC=9E=AC=EC=84=A4?= =?UTF-8?q?=EC=B9=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/fabric/QPolygon.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/fabric/QPolygon.js b/src/components/fabric/QPolygon.js index c3b330c2..9290e4f6 100644 --- a/src/components/fabric/QPolygon.js +++ b/src/components/fabric/QPolygon.js @@ -8,6 +8,7 @@ import { LINE_TYPE, POLYGON_TYPE } from '@/common/common' import Big from 'big.js' import { drawSkeletonRidgeRoof, drawSkeletonRidgeRoofFromBaseLines, verifyMoveBoundary } from '@/util/skeleton-utils' + export const QPolygon = fabric.util.createClass(fabric.Polygon, { type: 'QPolygon', // lines: [], -- 2.47.2