From 7a4f19eada95f90cab739e56fc40b5b306a4a7a3 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 7 Dec 2025 21:34:10 +0200 Subject: [PATCH] chore(ckeditor): revert breaking change --- .../src/widgets/type_widgets/text/CKEditorWithWatchdog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/type_widgets/text/CKEditorWithWatchdog.tsx b/apps/client/src/widgets/type_widgets/text/CKEditorWithWatchdog.tsx index d2eb5484a..ac00194e3 100644 --- a/apps/client/src/widgets/type_widgets/text/CKEditorWithWatchdog.tsx +++ b/apps/client/src/widgets/type_widgets/text/CKEditorWithWatchdog.tsx @@ -182,7 +182,7 @@ export default function CKEditorWithWatchdog({ containerRef: externalContainerRe watchdog.create(container); return () => watchdog.destroy(); - }, [ containerRef, externalWatchdogRef, onEditorInitialized, onWatchdogStateChange, contentLanguage, templates, uiLanguage, watchdogConfig, isClassicEditor ]); + }, [ contentLanguage, templates, uiLanguage ]); // TODO: adding all dependencies here will cause errors during CK init. // React to notification warning callback. useEffect(() => {