You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ng2-ckeditor in one of my forms. But when I submit the form I see the below errors in console.
ckeditor.js:19 [CKEDITOR] Error code: editor-destroy-iframe.
ckeditor.js:19 [CKEDITOR] For more information about this error go to http://docs.ckeditor.com/#!/guide/dev_errors-section-editor-destroy-iframe
Can you please guide how to resolve it?
Is there a proper way to destroy ng2-ckeditor instance on ngDestroy to avoid any memory leaks?
The text was updated successfully, but these errors were encountered:
Hi,
I am using ng2-ckeditor in one of my forms. But when I submit the form I see the below errors in console.
Can you please guide how to resolve it?
Is there a proper way to destroy ng2-ckeditor instance on ngDestroy to avoid any memory leaks?
The text was updated successfully, but these errors were encountered: