Browse Source

Up

pull/5649/head
Artur Arseniev 3 years ago
parent
commit
4070ab6487
  1. 2
      src/dom_components/view/ComponentTextView.ts

2
src/dom_components/view/ComponentTextView.ts

@ -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 &&

Loading…
Cancel
Save