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

Function onCompositionEnd

static/vuejs/vue.js:6799–6802  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

6797}
6798
6799function onCompositionEnd (e) {
6800 e.target.composing = false;
6801 trigger(e.target, 'input');
6802}
6803
6804function trigger (el, type) {
6805 var e = document.createEvent('HTMLEvents');

Callers

nothing calls this directly

Calls 1

triggerFunction · 0.70

Tested by

no test coverage detected