grapesjs-plugin-ckeditor
grapesjs-plugin-ckeditor copied to clipboard
fix: ckeditor text not updating issue
The reference addresses the issue of text not updating in CKEditor. By default, Gjs manages text content directly from the text node. We're overriding this by manually retrieving data with rte.getData, which seems to be causing an error. Additionally, the GrapesJS RTE documentation notes that implementation may differ based on how each third-party library handles it.
https://github.com/GrapesJS/mjml/issues/357