(e)
| 11754 | } |
| 11755 | |
| 11756 | function onCompositionStart(e) { |
| 11757 | e.target.composing = true; |
| 11758 | } |
| 11759 | |
| 11760 | function onCompositionEnd(e) { |
| 11761 | // prevent triggering an input event for no reason |
nothing calls this directly
no outgoing calls
no test coverage detected