Verified Commit dfacc854 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3273532 by Dom., smustgrave, Wim Leers, bnjmnm, marcvangend: Better...

Issue #3273532 by Dom., smustgrave, Wim Leers, bnjmnm, marcvangend: Better discovery of DX CKE5 debug documentation
parent 5d10e17e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -469,6 +469,10 @@
          }
        })
        .catch((error) => {
          // eslint-disable-next-line no-console
          console.info(
            'Debugging can be done with an unminified version of CKEditor by installing from the source file. Consult documentation at https://www.drupal.org/node/3258901',
          );
          // eslint-disable-next-line no-console
          console.error(error);
        });
+1 −0
Original line number Diff line number Diff line
@@ -197,6 +197,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
          offCanvasCss(element);
        }
      }).catch(function (error) {
        console.info('Debugging can be done with an unminified version of CKEditor by installing from the source file. Consult documentation at https://www.drupal.org/node/3258901');
        console.error(error);
      });
    },