adasd
This commit is contained in:
@@ -1 +1 @@
|
|||||||
1.1.15
|
1.1.16
|
||||||
@@ -173,12 +173,6 @@
|
|||||||
const isText = (component.is && component.is('text'))
|
const isText = (component.is && component.is('text'))
|
||||||
|| (component.get && component.get('type') === 'text');
|
|| (component.get && component.get('type') === 'text');
|
||||||
try {
|
try {
|
||||||
if (isText && component.components) {
|
|
||||||
try {
|
|
||||||
const comps = component.components();
|
|
||||||
if (comps && comps.length) comps.reset();
|
|
||||||
} catch {}
|
|
||||||
}
|
|
||||||
if (component.set) component.set('content', content);
|
if (component.set) component.set('content', content);
|
||||||
} catch {}
|
} catch {}
|
||||||
if (isText && component.view && component.view.el) {
|
if (isText && component.view && component.view.el) {
|
||||||
|
|||||||
Reference in New Issue
Block a user