sdadas
This commit is contained in:
@@ -469,7 +469,13 @@
|
||||
? B.RTE_FONT_FACE_CSS.trim()
|
||||
: '';
|
||||
const cssPayload = (fontCss ? fontCss + '\n' : '') + editor.getCss();
|
||||
const htmlContent = editor.getHtml() + '<style>' + cssPayload + '</style>';
|
||||
const serializeHtml = () => {
|
||||
if (B && B.BridgeRTE && typeof B.BridgeRTE.serializeHtml === 'function') {
|
||||
return B.BridgeRTE.serializeHtml(editor);
|
||||
}
|
||||
return editor.getHtml();
|
||||
};
|
||||
const htmlContent = serializeHtml() + '<style>' + cssPayload + '</style>';
|
||||
// 2. KRITISCH: Holt die JSON-Repräsentation des Editors
|
||||
let jsonProjectDataRaw = '';
|
||||
try {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user