Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No event fired with lit-html #15

Open
madeInLagny opened this issue May 8, 2021 · 3 comments
Open

No event fired with lit-html #15

madeInLagny opened this issue May 8, 2021 · 3 comments
Labels

Comments

@madeInLagny
Copy link

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 ?

@exalate-issue-sync
Copy link

Ref: INT-2536

@davidkudera
Copy link

@fdendorfer
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants