Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6355
function
onCompositionEnd (e) {
6356
e.target.composing = false;
6357
trigger(e.target,
'input'
);
6358
}
6359
6360
function
trigger (el,
type
) {
6361
var
e = document.createEvent(
'HTMLEvents'
);
Callers
nothing calls this directly
Calls
1
trigger
Function · 0.70
Tested by
no test coverage detected