dsasdas
This commit is contained in:
@@ -33,6 +33,14 @@
|
||||
}
|
||||
} catch {}
|
||||
}
|
||||
if (!html) {
|
||||
try {
|
||||
const body = editor.Canvas && editor.Canvas.getBody ? editor.Canvas.getBody() : null;
|
||||
if (body && body.innerHTML) {
|
||||
html = String(body.innerHTML || '');
|
||||
}
|
||||
} catch {}
|
||||
}
|
||||
try {
|
||||
const wrapper = editor.getWrapper && editor.getWrapper();
|
||||
if (wrapper && wrapper.find) {
|
||||
|
||||
Reference in New Issue
Block a user