This commit is contained in:
2026-01-27 01:46:36 +01:00
parent cf476632e2
commit 527eb81971
2 changed files with 1 additions and 7 deletions

View File

@@ -173,12 +173,6 @@
const isText = (component.is && component.is('text'))
|| (component.get && component.get('type') === 'text');
try {
if (isText && component.components) {
try {
const comps = component.components();
if (comps && comps.length) comps.reset();
} catch {}
}
if (component.set) component.set('content', content);
} catch {}
if (isText && component.view && component.view.el) {