This commit is contained in:
2026-01-26 22:27:33 +01:00
parent d2bf9b14f8
commit 32b686dd83
2 changed files with 4 additions and 1 deletions

View File

@@ -1 +1 @@
1.1.9 1.1.10

View File

@@ -761,6 +761,9 @@
} catch {} } catch {}
} }
closeModal(); closeModal();
// RTE-Reaktivierung kann den DOM-Stand überschreiben; danach nochmal anwenden.
setTimeout(() => this.applyContentToComponent(editor, component, html), 0);
setTimeout(() => this.applyContentToComponent(editor, component, html), 50);
}); });
if (typeof ui.buildFooter === 'function') { if (typeof ui.buildFooter === 'function') {