From a92f335a8342fbaa45613be0943566fc2b273bb4 Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Wed, 11 Feb 2026 15:23:58 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=80=EB=B6=95=EC=9E=AC=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20=EC=8B=9C=20=EA=B8=B8=EC=9D=B4=20=EA=B3=84=EC=82=B0?= =?UTF-8?q?=20=EA=B0=95=EC=A0=9C=20=EC=8B=A4=ED=96=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/common/useRoofFn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/common/useRoofFn.js b/src/hooks/common/useRoofFn.js index 1148eed3..7c32505e 100644 --- a/src/hooks/common/useRoofFn.js +++ b/src/hooks/common/useRoofFn.js @@ -179,7 +179,7 @@ export function useRoofFn() { polygon.set('fill', null) polygon.set('fill', pattern) polygon.roofMaterial = roofMaterial - setPolygonLinesActualSize(polygon) + setPolygonLinesActualSize(polygon, true) changeCorridorDimensionText() polygon.canvas?.renderAll() } catch (e) {