chore(ckeditor5): type errors due to augmentation

This commit is contained in:
Elian Doran
2025-05-28 20:46:33 +03:00
parent 26c1cbeff1
commit 395bc372ce
4 changed files with 27 additions and 27 deletions

View File

@@ -111,7 +111,7 @@ export function buildConfig(): EditorConfig {
},
mapLanguageName: getHighlightJsNameForMime,
defaultMimeType: MIME_TYPE_AUTO,
enabled: isSyntaxHighlightEnabled
enabled: isSyntaxHighlightEnabled()
},
clipboard: {
copy: copyText