From 8aeaf572bb97386f349277db0a138e447ebbb811 Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Tue, 8 Oct 2024 16:17:55 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B2=98=EB=A7=88.=EC=BC=80=EB=9D=BC=EB=B0=94?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/roofcover/useEavesGableEdit.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hooks/roofcover/useEavesGableEdit.js b/src/hooks/roofcover/useEavesGableEdit.js index 49943c04..d2c69303 100644 --- a/src/hooks/roofcover/useEavesGableEdit.js +++ b/src/hooks/roofcover/useEavesGableEdit.js @@ -45,6 +45,7 @@ export function useEavesGableEdit() { addCanvasMouseEventListener('mouse:down', mouseDownEvent) return () => { + canvas.discardActiveObject() wallLines.forEach((wallLine) => { convertLinesToPolygon(wallLine) })