mayasabha / ckeditor4-vue3

CKEditor 4 Component for Vue 3
https://www.npmjs.com/package/@mayasabha/ckeditor4-vue3
Other
21 stars 3 forks source link

how to use delayIfDetached and delayIfDetached_callback in vue ckeditor? #4

Closed nekooee closed 1 year ago

nekooee commented 1 year ago

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??

apoorvpal01 commented 1 year ago

@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.