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

Function e_target

static/editor.md/lib/codemirror/lib/codemirror.js:7896–7896  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

7894 var e_stop = CodeMirror.e_stop = function(e) {e_preventDefault(e); e_stopPropagation(e);};
7895
7896 function e_target(e) {return e.target || e.srcElement;}
7897 function e_button(e) {
7898 var b = e.which;
7899 if (b == null) {

Callers 4

barMouseDownFunction · 0.70
eventInWidgetFunction · 0.70
posFromMouseFunction · 0.70
onMouseDownFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected