Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ trigger
Function
trigger
static/vuejs/vue.esm.js:6808–6812 ·
view source on GitHub ↗
(el, type)
Source
from the content-addressed store, hash-verified
6806
}
6807
6808
function
trigger (el,
type
) {
6809
var
e = document.createEvent(
'HTMLEvents'
);
6810
e.initEvent(
type
, true, true);
6811
el.dispatchEvent(e);
6812
}
6813
6814
/* */
6815
Callers
2
vue.esm.js
File · 0.70
onCompositionEnd
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected