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

Function onCompositionEnd

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

Source from the content-addressed store, hash-verified

6349}
6350
6351function onCompositionEnd (e) {
6352 e.target.composing = false;
6353 trigger(e.target, 'input');
6354}
6355
6356function trigger (el, type) {
6357 var e = document.createEvent('HTMLEvents');

Callers

nothing calls this directly

Calls 1

triggerFunction · 0.70

Tested by

no test coverage detected