mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
chore(npm): update CKEditor to version 4.16.1
This commit is contained in:
@@ -353,7 +353,7 @@
|
||||
|
||||
function onEditorChange () {
|
||||
var html = editor.getData();
|
||||
var body = editor.document.getBody();
|
||||
var body = editor.document ? editor.document.getBody() : null;
|
||||
var text;
|
||||
|
||||
if (_.isEmpty(body))
|
||||
|
||||
Reference in New Issue
Block a user