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
Events are fired, but it's kinda weird from my experience. My solution at the moment is to add a function to window in firstUpdated() and then assign it to the web-component like <tinymce-editor setup="window.rteOnSetup"></tinymce-editor>. This only works with setup though, not with any of the other events
tinyMCE webcomponent is a great piece of work. But it only partially work in a lit-html environement. Events are not fired. Is there a way around it ?
The text was updated successfully, but these errors were encountered: