MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / e_target

Function e_target

lib/web/CodeMirror/src/util/event.js:93–93  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

91export function e_stop(e) {e_preventDefault(e); e_stopPropagation(e)}
92
93export function e_target(e) {return e.target || e.srcElement}
94export function e_button(e) {
95 let b = e.which
96 if (b == null) {

Callers 3

posFromMouseFunction · 0.90
eventInWidgetFunction · 0.90
onMouseDownFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected