Closed pteck closed 7 years ago
Thanks for support @pteck ! Merging.
But wait..
Is it needed? We are triggering events on the elements itself. so there is no shadow dom boundary to cross.
If you want to cross the boundary in which juicy-ace-editor
is in, you should do that in the author's code, shouldn't you?
As it wasn't possible to catch the events within the component, where I used juicy-ace-editor
, I think it is needed.
Custom events
editor-ready
andchange
were not passed through shadow DOM boundaries so that other components could not catch them.