You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: