Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ trigger
Function
trigger
static/vuejs/vue.runtime.common.js:6362–6366 ·
view source on GitHub ↗
(el, type)
Source
from the content-addressed store, hash-verified
6360
}
6361
6362
function
trigger (el,
type
) {
6363
var
e = document.createEvent(
'HTMLEvents'
);
6364
e.initEvent(
type
, true, true);
6365
el.dispatchEvent(e);
6366
}
6367
6368
/* */
6369
Callers
2
vue.runtime.common.js
File · 0.70
onCompositionEnd
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected