From a9209f5103c780e5bda7cd19cd83d50b07c4b4f3 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 7 Dec 2025 22:26:39 +0200 Subject: [PATCH] chore(ckeditor/watchdog): accidental comment --- apps/client/src/widgets/type_widgets/text/EditableText.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/widgets/type_widgets/text/EditableText.tsx b/apps/client/src/widgets/type_widgets/text/EditableText.tsx index 73863a790..5097a393a 100644 --- a/apps/client/src/widgets/type_widgets/text/EditableText.tsx +++ b/apps/client/src/widgets/type_widgets/text/EditableText.tsx @@ -318,8 +318,8 @@ function useWatchdogCrashHandling() { }); } } - ] - // timeout: 20_000 + ], + timeout: 20_000 }); } else if (currentState === "crashedPermanently") { dialog.info(t("editable_text.keeps-crashing"));