Loading core/modules/ckeditor5/js/ckeditor5.js +0 −6 Original line number Diff line number Diff line Loading @@ -4,12 +4,6 @@ */ ((Drupal, debounce, CKEditor5, $, once) => { // CKEditor 5 is incompatible with IE11. When IE11 is detected, the CKEditor 5 // variable is null. In those instances, exit early since CKEditor 5 is not // loaded. if (!CKEditor5) { return; } /** * The CKEditor 5 instances. Loading Loading
core/modules/ckeditor5/js/ckeditor5.js +0 −6 Original line number Diff line number Diff line Loading @@ -4,12 +4,6 @@ */ ((Drupal, debounce, CKEditor5, $, once) => { // CKEditor 5 is incompatible with IE11. When IE11 is detected, the CKEditor 5 // variable is null. In those instances, exit early since CKEditor 5 is not // loaded. if (!CKEditor5) { return; } /** * The CKEditor 5 instances. Loading