This commit is contained in:
2026-01-26 21:04:47 +01:00
parent 6661979e18
commit 9791cb0772

View File

@@ -178,11 +178,6 @@
if (comps && typeof comps.reset === 'function') {
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);
} catch {}