MCPcopy Create free account
hub / github.com/TruthHun/BookStack / e_target

Function e_target

static/mergely/lib/codemirror.js:8127–8127  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

8125 var e_stop = CodeMirror.e_stop = function(e) {e_preventDefault(e); e_stopPropagation(e);};
8126
8127 function e_target(e) {return e.target || e.srcElement;}
8128 function e_button(e) {
8129 var b = e.which;
8130 if (b == null) {

Callers 3

eventInWidgetFunction · 0.70
posFromMouseFunction · 0.70
onMouseDownFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected