Open glynam1 opened 2 days ago
To add to this, I've added onReady to the child CKeditor instance, and that callback fires.
@glynam1 Hi! Can you prepare minimal stackblitz demo with your setup? 🙏 It will help me with debugging this. I checked this today with ClassicEditor
and it was working correctly, so it may be related to specific configuration.
I have a component like
and child
When using Ckeditor v43.3.0 and ckeditor-react v9.1.0 (or even latest)
This event does not fire. I have tried debugging it and the callback is set up but then the callback from the editor never seems to be fired.
Any insight?