From 94cb63d1147833aab4883e378ef203c4c8656590 Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Fri, 7 Feb 2025 21:12:28 +0900 Subject: [PATCH] =?UTF-8?q?custom=EC=86=8D=EC=84=B1=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/common.js b/src/common/common.js index da50a5a8..e77f84a5 100644 --- a/src/common/common.js +++ b/src/common/common.js @@ -182,6 +182,7 @@ export const SAVE_KEY = [ 'pcses', 'roofMaterial', 'isComplete', + 'moduleInfo', ] export const OBJECT_PROTOTYPE = [fabric.Line.prototype, fabric.Polygon.prototype, fabric.Triangle.prototype]