From c3360a8632d456e8e7723ee5d5d610a1fb5482df Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Wed, 30 Oct 2024 09:54:51 +0900 Subject: [PATCH] =?UTF-8?q?text=20type=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/common.js b/src/common/common.js index a0204047..8a7e9041 100644 --- a/src/common/common.js +++ b/src/common/common.js @@ -158,7 +158,7 @@ export const SAVE_KEY = [ export const OBJECT_PROTOTYPE = [ fabric.Line.prototype, fabric.Polygon.prototype, - fabric.Text.prototype, - fabric.IText.prototype, + // fabric.Text.prototype, + // fabric.IText.prototype, fabric.Triangle.prototype, ]