king
2021-02-02 316877c1d9e5b6d92334f30b03d97d7e833cd934
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
        }