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

Function onCompositionEnd

static/vuejs/vue.runtime.common.js:6357–6360  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

triggerFunction · 0.70

Tested by

no test coverage detected