MCPcopy Index your code
hub / github.com/csev/py4e / e_stop

Function e_stop

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

Source from the content-addressed store, hash-verified

5479 return e.defaultPrevented != null ? e.defaultPrevented : e.returnValue == false;
5480 }
5481 function e_stop(e) {e_preventDefault(e); e_stopPropagation(e);}
5482 CodeMirror.e_stop = e_stop;
5483 CodeMirror.e_preventDefault = e_preventDefault;
5484 CodeMirror.e_stopPropagation = e_stopPropagation;

Callers 4

drag_Function · 0.70
onDragStartFunction · 0.70
onContextMenuFunction · 0.70
stopMethodFunction · 0.70

Calls 2

e_preventDefaultFunction · 0.70
e_stopPropagationFunction · 0.70

Tested by

no test coverage detected