MCPcopy Create free account
hub / github.com/TruthHun/BookStack / clickInGutter

Function clickInGutter

static/mergely/lib/codemirror.js:3831–3833  ·  view source on GitHub ↗
(cm, e)

Source from the content-addressed store, hash-verified

3829 }
3830
3831 function clickInGutter(cm, e) {
3832 return gutterEvent(cm, e, "gutterClick", true);
3833 }
3834
3835 // Kludge to work around strange IE behavior where it'll sometimes
3836 // 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