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

Function clickInGutter

tools/pythonauto/static/codemirrorepl/codemirror.js:2740–2742  ·  view source on GitHub ↗
(cm, e)

Source from the content-addressed store, hash-verified

2738 }
2739
2740 function clickInGutter(cm, e) {
2741 return gutterEvent(cm, e, "gutterClick", true, signalLater);
2742 }
2743
2744 // Kludge to work around strange IE behavior where it'll sometimes
2745 // re-fire a series of drag-related events right after the drop (#1551)

Callers 2

registerEventHandlersFunction · 0.70
onMouseDownFunction · 0.70

Calls 1

gutterEventFunction · 0.70

Tested by

no test coverage detected