MCPcopy
hub / github.com/hokein/electron-sample-apps / e_stop

Function e_stop

mini-code-editor/cm/lib/codemirror.js:2839–2839  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

2837 else e.cancelBubble = true;
2838 }
2839 function e_stop(e) {e_preventDefault(e); e_stopPropagation(e);}
2840 CodeMirror.e_stop = e_stop;
2841 CodeMirror.e_preventDefault = e_preventDefault;
2842 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