MCPcopy Create free account
hub / github.com/TruthHun/BookStack / onCompositionStart

Function onCompositionStart

static/vuejs/vue.runtime.esm.js:6351–6353  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

6349}
6350
6351function onCompositionStart (e) {
6352 e.target.composing = true;
6353}
6354
6355function onCompositionEnd (e) {
6356 e.target.composing = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected