tinymce / tinymce-vue

Official TinyMCE Vue component
MIT License
2.06k stars 207 forks source link

TinyMCE editor becomes the original TextArea #431

Open atypiape opened 2 months ago

atypiape commented 2 months ago

When I use '@tinymce/tinymce-vue' 6.0.1, I encounter the following problems:

The TinyMCE editor is displayed in a dialog, and everything works fine at first. Then I open the same dialog again and close it. As a result, the TinyMCE editor in the first dialog becomes the original TextArea.

image

image

I found that the cause of the problem is the following code of 'tinymce-vue' :

image