This commit is contained in:
2026-01-28 01:18:00 +01:00
parent 5a788448dd
commit 2e91070be7
2 changed files with 7 additions and 1 deletions

View File

@@ -477,6 +477,12 @@
}
if (target.set) target.set('content', viewHtml);
target.trigger && target.trigger('change:content');
if (target.view && typeof target.view.render === 'function') {
target.view.render();
}
if (editor && typeof editor.trigger === 'function') {
editor.trigger('component:update', target);
}
} catch {} finally {
syncing.delete(target);
}