blur ohne

This commit is contained in:
2026-02-05 02:47:10 +01:00
parent 4c680614f1
commit abfb597931
2 changed files with 5 additions and 1 deletions

View File

@@ -1 +1 @@
1.2.57
1.2.58

View File

@@ -500,6 +500,10 @@
const html = el.innerHTML || '';
const before = typeof comp.get === 'function' ? (comp.get('content') || '') : '';
if (html.trim() || !String(before || '').trim()) {
// Keep components tree in sync when possible (matches bridge-core behavior)
if (comp.components) {
try { comp.components(html); } catch {}
}
comp.set('content', html);
comp.trigger && comp.trigger('change:content');
syncResult = {