Verified Commit 695c6a53 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3427200 by gedvan, Wim Leers: CKEditor 5: Javascript error when plugin...

Issue #3427200 by gedvan, Wim Leers: CKEditor 5: Javascript error when plugin settings has NULL value
parent 585650c6
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.