MCPcopy
hub / github.com/witheve/Eve / clickInGutter

Function clickInGutter

src/codemirror.js:3853–3855  ·  view source on GitHub ↗
(cm, e)

Source from the content-addressed store, hash-verified

3851 }
3852
3853 function clickInGutter(cm, e) {
3854 return gutterEvent(cm, e, "gutterClick", true);
3855 }
3856
3857 // Kludge to work around strange IE behavior where it'll sometimes
3858 // re-fire a series of drag-related events right after the drop (#1551)

Callers 2

registerEventHandlersFunction · 0.85
onMouseDownFunction · 0.85

Calls 1

gutterEventFunction · 0.85

Tested by

no test coverage detected