MCPcopy Create free account
hub / github.com/breck7/scroll / clickInGutter

Function clickInGutter

external/.scrollLibs.js:10426–10428  ·  view source on GitHub ↗
(cm, e)

Source from the content-addressed store, hash-verified

10424 }
10425
10426 function clickInGutter(cm, e) {
10427 return gutterEvent(cm, e, "gutterClick", true)
10428 }
10429
10430 // CONTEXT MENU HANDLING
10431

Callers 2

onMouseDownFunction · 0.85
registerEventHandlersFunction · 0.85

Calls 1

gutterEventFunction · 0.85

Tested by

no test coverage detected