diff --git a/public/editor/bridge-core.js b/public/editor/bridge-core.js index ddd754b..756939d 100644 --- a/public/editor/bridge-core.js +++ b/public/editor/bridge-core.js @@ -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;