Open AD-feiben opened 1 year ago
The initialization of the editor is an asynchronous operation, and there is a possibility that the editor may not be fully initialized when the Vue instance is being destroyed.
can you provide a replication case? so it is possible to add a test too
https://codesandbox.io/s/tinymce-vue-forked-wgc4p7?fontsize=14
The initialization of the editor is an asynchronous operation, and there is a possibility that the editor may not be fully initialized when the Vue instance is being destroyed.