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

Function e_stopPropagation

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

Source from the content-addressed store, hash-verified

4823 else e.returnValue = false;
4824 }
4825 function e_stopPropagation(e) {
4826 if (e.stopPropagation) e.stopPropagation();
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;

Callers 1

e_stopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected