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. #395

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