From 2737c184d0954ac1f13b3a02840a88cd0db159c0 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 15 一月 2021 18:30:30 +0800
Subject: [PATCH] 2021-01-15

---
 src/templates/modalconfig/dragelement/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/templates/modalconfig/dragelement/index.jsx b/src/templates/modalconfig/dragelement/index.jsx
index 5f978c3..bcfe294 100644
--- a/src/templates/modalconfig/dragelement/index.jsx
+++ b/src/templates/modalconfig/dragelement/index.jsx
@@ -128,7 +128,7 @@
       {cards.map(card => {
         let isEntireLine = false
 
-        if (card.entireLine === 'true' || ['textarea', 'hint', 'checkcard'].includes(card.type)) {
+        if (card.entireLine === 'true' || ['textarea', 'hint', 'checkcard', 'brafteditor'].includes(card.type)) {
           isEntireLine = true
         }
         

--
Gitblit v1.8.0