This commit is contained in:
2026-01-27 22:23:38 +01:00
parent aa331b8312
commit 4440515e8c
2 changed files with 2 additions and 6 deletions

View File

@@ -1 +1 @@
1.1.24
1.1.25

View File

@@ -180,11 +180,7 @@
}
if (component.set) component.set('content', content);
} catch {}
if (isText && component.view && component.view.el) {
try {
component.view.el.innerHTML = content;
} catch {}
} else if (component.view && typeof component.view.render === 'function') {
if (component.view && typeof component.view.render === 'function') {
component.view.render();
}
if (component.trigger) {