MCPcopy Create free account
hub / github.com/sql-js/sql.js / clickInGutter

Function clickInGutter

GUI/codemirror/lib/codemirror.js:2771–2773  ·  view source on GitHub ↗
(cm, e)

Source from the content-addressed store, hash-verified

2769 }
2770
2771 function clickInGutter(cm, e) {
2772 return gutterEvent(cm, e, "gutterClick", true, signalLater);
2773 }
2774
2775 // Kludge to work around strange IE behavior where it'll sometimes
2776 // 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…