After migrating to vue3 it's not possible to get editor instance in vue component. There was 'editor' prop in vue2. Now the only way to get to it - window.tinymce.get(id). This is very inconvenient since unique id is needed.
Please expose editor instance.
After migrating to vue3 it's not possible to get editor instance in vue component. There was 'editor' prop in vue2. Now the only way to get to it - window.tinymce.get(id). This is very inconvenient since unique id is needed.
Please expose editor instance.