asd
This commit is contained in:
@@ -415,6 +415,14 @@
|
||||
if (target.components) target.components(viewHtml);
|
||||
if (target.set) target.set('content', viewHtml);
|
||||
target.trigger && target.trigger('change:content');
|
||||
const reapply = () => {
|
||||
try {
|
||||
const current = String(target.view.el.innerHTML || '').trim();
|
||||
if (current !== viewHtml) target.view.el.innerHTML = viewHtml;
|
||||
} catch {}
|
||||
};
|
||||
setTimeout(reapply, 0);
|
||||
setTimeout(reapply, 60);
|
||||
} catch {} finally {
|
||||
syncing.delete(target);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user