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