From 88500abc04913598eac27ce7d30d625a78b9b387 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Thu, 15 Jan 2026 01:39:29 +0100 Subject: [PATCH] sadasd --- public/editor/bridge-core.js | 5 +++++ 1 file changed, 5 insertions(+) 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;