Closed nWidart closed 6 years ago
Current fix is to wrap a try/catch like so:
try {
this.instance.destroy()
} catch (e) { }
Explained here: https://stackoverflow.com/questions/25034150/ck-editor-uncaught-typeerror-cannot-read-property-clearcustomdata-of-null-i
Hi @nWidart Thank you very much. I will update for vue-ckeditor component.
Awesome. Do you happen to know I had to do this? It seems strange to me. It looks like the instance was already destroyed somehow.
I think error is resolve in #49
Hello,
I'm setting up a SPA, with on the form component ckeditor. When leaving that component and loading in another one, the following error occurs:
I've pinned it down to the following line:
Any idea how this could be fixed?
Thanks