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