MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / e_stop

Function e_stop

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

Source from the content-addressed store, hash-verified

4827 else e.cancelBubble = true;
4828 }
4829 function e_stop(e) {e_preventDefault(e); e_stopPropagation(e);}
4830 CodeMirror.e_stop = e_stop;
4831 CodeMirror.e_preventDefault = e_preventDefault;
4832 CodeMirror.e_stopPropagation = e_stopPropagation;

Callers 3

drag_Function · 0.85
onContextMenuFunction · 0.85
stopMethodFunction · 0.85

Calls 2

e_preventDefaultFunction · 0.85
e_stopPropagationFunction · 0.85

Tested by

no test coverage detected