blur ohne
This commit is contained in:
@@ -1 +1 @@
|
|||||||
1.2.57
|
1.2.58
|
||||||
@@ -500,6 +500,10 @@
|
|||||||
const html = el.innerHTML || '';
|
const html = el.innerHTML || '';
|
||||||
const before = typeof comp.get === 'function' ? (comp.get('content') || '') : '';
|
const before = typeof comp.get === 'function' ? (comp.get('content') || '') : '';
|
||||||
if (html.trim() || !String(before || '').trim()) {
|
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.set('content', html);
|
||||||
comp.trigger && comp.trigger('change:content');
|
comp.trigger && comp.trigger('change:content');
|
||||||
syncResult = {
|
syncResult = {
|
||||||
|
|||||||
Reference in New Issue
Block a user