This commit is contained in:
2026-01-27 22:27:08 +01:00
parent 4440515e8c
commit 160df773c5
2 changed files with 5 additions and 1 deletions

View File

@@ -1 +1 @@
1.1.25
1.1.26

View File

@@ -174,6 +174,10 @@
|| (component.get && component.get('type') === 'text');
try {
if (isText && component.components) {
try {
const comps = component.components();
if (comps && comps.reset) comps.reset();
} catch {}
try {
component.components(content);
} catch {}