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

Function onCompositionStart

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected