RTE
This commit is contained in:
@@ -174,6 +174,10 @@
|
||||
|| (component.get && component.get('type') === 'text');
|
||||
try {
|
||||
if (isText && component.components) {
|
||||
try {
|
||||
const comps = component.components();
|
||||
if (comps && comps.reset) comps.reset();
|
||||
} catch {}
|
||||
try {
|
||||
component.components(content);
|
||||
} catch {}
|
||||
|
||||
Reference in New Issue
Block a user