sss
This commit is contained in:
@@ -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() || '') : '';
|
||||
|
||||
Reference in New Issue
Block a user