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

Function onCompositionEnd

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

triggerFunction · 0.70

Tested by

no test coverage detected