Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ onCompositionEnd
Function
onCompositionEnd
static/vuejs/vue.esm.js:6803–6806 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
6801
}
6802
6803
function
onCompositionEnd (e) {
6804
e.target.composing = false;
6805
trigger(e.target,
'input'
);
6806
}
6807
6808
function
trigger (el,
type
) {
6809
var
e = document.createEvent(
'HTMLEvents'
);
Callers
nothing calls this directly
Calls
1
trigger
Function · 0.70
Tested by
no test coverage detected