MCPcopy Create free account
hub / github.com/ygs-code/vue / onCompositionStart

Function onCompositionStart

vue.js:11756–11758  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected