tinymce / tinymce-vue

Official TinyMCE Vue component
MIT License
2.01k stars 202 forks source link

[Urgency] Fix the issue of editor not being initialized completely. #394

Open AD-feiben opened 8 months ago

AD-feiben commented 8 months 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.

AD-feiben commented 8 months ago

396

lorenzo-pomili commented 5 months ago

can you provide a replication case? so it is possible to add a test too

AD-feiben commented 5 months ago

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