tinymce / tinymce-vue

Official TinyMCE Vue component
MIT License
2.08k stars 208 forks source link

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

Open AD-feiben opened 1 year ago

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

AD-feiben commented 1 year ago

396