I get the Error code: editor-delayed-creation message in the console. how do I use delayIfDetached and delayIfDetached_callback in the vue version of the editor??
@nekooee You should be able to pass the configuration object with those parameters as those are directly passed on to the CKEditor instance and not modified by the Vue wrapper.
I get the
Error code: editor-delayed-creation
message in the console. how do I use delayIfDetached and delayIfDetached_callback in the vue version of the editor??