asdasd
This commit is contained in:
@@ -178,11 +178,6 @@
|
|||||||
if (comps && typeof comps.reset === 'function') {
|
if (comps && typeof comps.reset === 'function') {
|
||||||
comps.reset([], { silent: true });
|
comps.reset([], { silent: true });
|
||||||
}
|
}
|
||||||
if (comps && typeof comps.add === 'function') {
|
|
||||||
try {
|
|
||||||
comps.add({ type: 'textnode', content }, { silent: true });
|
|
||||||
} catch {}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if (component.set) component.set('content', content);
|
if (component.set) component.set('content', content);
|
||||||
} catch {}
|
} catch {}
|
||||||
|
|||||||
Reference in New Issue
Block a user