This commit is contained in:
2026-01-15 01:39:29 +01:00
parent e98b4b4a44
commit 88500abc04

View File

@@ -1095,6 +1095,11 @@
if (data.type === 'init'){
B.ensureViews && B.ensureViews(ed);
ed.__contentLoaded = false;
try {
ed.setComponents('');
ed.setStyle('');
} catch {}
var html = (data.html || '').trim();
var hasJson = !!data.hasJson;