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

Function onCompositionStart

static/vuejs/vue.common.js:6801–6803  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

6799}
6800
6801function onCompositionStart (e) {
6802 e.target.composing = true;
6803}
6804
6805function onCompositionEnd (e) {
6806 e.target.composing = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected