|
|
|
@ -150,7 +150,7 @@ export default class ComponentTextView extends ComponentView { |
|
|
|
const contentOpt: ObjectAny = { fromDisable: 1, ...opts }; |
|
|
|
model.set('content', '', contentOpt); |
|
|
|
|
|
|
|
// If there is a custom RTE the content is just baked staticly
|
|
|
|
// If there is a custom RTE the content is just added staticly
|
|
|
|
// inside 'content'
|
|
|
|
if (rte?.customRte && !rte.customRte.parseContent) { |
|
|
|
comps.length && |
|
|
|
|