chore(ckeditor/watchdog): accidental comment

This commit is contained in:
Elian Doran 2025-12-07 22:26:39 +02:00
parent ea613986c2
commit a9209f5103
No known key found for this signature in database

View File

@ -318,8 +318,8 @@ function useWatchdogCrashHandling() {
});
}
}
]
// timeout: 20_000
],
timeout: 20_000
});
} else if (currentState === "crashedPermanently") {
dialog.info(t("editable_text.keeps-crashing"));