chore(npm): update CKEditor to version 4.16.1

This commit is contained in:
Francis Lachapelle
2021-05-27 21:50:48 -04:00
parent 7bebc71f67
commit 3b4ded63f5
13 changed files with 530 additions and 523 deletions
@@ -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))