Loading core/modules/ckeditor5/js/ckeditor5.js +4 −0 Original line number Diff line number Diff line Loading @@ -116,6 +116,10 @@ }); } if (config === null) { return null; } return Object.entries(config).reduce((processed, [key, value]) => { if (typeof value === 'object') { // Check for null values. Loading Loading
core/modules/ckeditor5/js/ckeditor5.js +4 −0 Original line number Diff line number Diff line Loading @@ -116,6 +116,10 @@ }); } if (config === null) { return null; } return Object.entries(config).reduce((processed, [key, value]) => { if (typeof value === 'object') { // Check for null values. Loading