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