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
I don't find whether the events for EditContext is fired only in an associated instance of active element as a default action of composition* events or propagated from the DOM tree. I like the former better for making browsers' implementation simpler and saving the propagation cost. However, if so, the events can be attributes of EditContext because I have no idea of adding 2 or more event listeners for same event.