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

Function onCompositionEnd

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

Source from the content-addressed store, hash-verified

6353}
6354
6355function onCompositionEnd (e) {
6356 e.target.composing = false;
6357 trigger(e.target, 'input');
6358}
6359
6360function trigger (el, type) {
6361 var e = document.createEvent('HTMLEvents');

Callers

nothing calls this directly

Calls 1

triggerFunction · 0.70

Tested by

no test coverage detected