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

Function contextMenuInGutter

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

Source from the content-addressed store, hash-verified

412}
413
414function contextMenuInGutter(cm, e) {
415 if (!hasHandler(cm, "gutterContextMenu")) return false
416 return gutterEvent(cm, e, "gutterContextMenu", false)
417}

Callers 1

onContextMenuFunction · 0.70

Calls 2

hasHandlerFunction · 0.90
gutterEventFunction · 0.70

Tested by

no test coverage detected