Commit 2a147b02 authored by catch's avatar catch
Browse files

Issue #3309318 by longwave: Remove IE11 workaround from CKEditor 5

(cherry picked from commit 1781f1fa)
parent 1d95a476
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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.