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

Function onCompositionEnd

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

Source from the content-addressed store, hash-verified

6801}
6802
6803function onCompositionEnd (e) {
6804 e.target.composing = false;
6805 trigger(e.target, 'input');
6806}
6807
6808function trigger (el, type) {
6809 var e = document.createEvent('HTMLEvents');

Callers

nothing calls this directly

Calls 1

triggerFunction · 0.70

Tested by

no test coverage detected