- Issue created by @besek
- Merge request !9Issue #3495633 by besek: Debug messages in console → (Open) created by Unnamed author
It loooks like there are some debug console.log's left in the code, resulting in whole content of the editor being regularly displayed in console log.
1. Install and enable Wysywig linebreaks module
2. Edit the text in any CKEditor 5 textarea
3. Observe console log in browser's debug tool
I think this looks like some debug that should be commented or removed in version that is ready to be used in PROD. I think those lines should be removed.
They are in linebreaksfilter.js (lines 79, 81 and 99)
Active
2.0
Code