This commit is contained in:
2026-01-29 00:18:25 +01:00
parent c21c7dc796
commit 5f7a25dbab
3 changed files with 9 additions and 2 deletions

View File

@@ -150,6 +150,7 @@
logConsoleSnapshot(editor, component, label) {
try {
if (!this.B || !this.B.DEBUG_RTE) return;
const viewEl = component && component.view ? component.view.el : null;
const modelContent = component && component.get ? String(component.get('content') || '') : '';
const editorHtml = editor && typeof editor.getHtml === 'function' ? String(editor.getHtml() || '') : '';