MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / clickInGutter

Function clickInGutter

lib/web/CodeMirror/src/edit/mouse_events.js:399–401  ·  view source on GitHub ↗
(cm, e)

Source from the content-addressed store, hash-verified

397}
398
399export function clickInGutter(cm, e) {
400 return gutterEvent(cm, e, "gutterClick", true)
401}
402
403// CONTEXT MENU HANDLING
404

Callers 2

registerEventHandlersFunction · 0.90
onMouseDownFunction · 0.70

Calls 1

gutterEventFunction · 0.70

Tested by

no test coverage detected