From 68005562e3658dc29a51723cb55be2b6c14569d0 Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Mon, 26 Jan 2026 14:04:35 +0900 Subject: [PATCH] =?UTF-8?q?wallLine=20texts=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/roofcover/useRoofAllocationSetting.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/hooks/roofcover/useRoofAllocationSetting.js b/src/hooks/roofcover/useRoofAllocationSetting.js index a662f330..c31797cf 100644 --- a/src/hooks/roofcover/useRoofAllocationSetting.js +++ b/src/hooks/roofcover/useRoofAllocationSetting.js @@ -334,6 +334,9 @@ export function useRoofAllocationSetting(id) { name: 'originRoofOuterLine', visible: outlineDisplay, }) + wallLine.texts.forEach((text) => { + canvas.remove(text) + }) }) canvas.renderAll() }