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

Function contextMenuInGutter

static/editor.md/lib/codemirror/lib/codemirror.js:4090–4093  ·  view source on GitHub ↗
(cm, e)

Source from the content-addressed store, hash-verified

4088 }
4089
4090 function contextMenuInGutter(cm, e) {
4091 if (!hasHandler(cm, "gutterContextMenu")) return false;
4092 return gutterEvent(cm, e, "gutterContextMenu", false, signal);
4093 }
4094
4095 // UPDATING
4096

Callers 1

onContextMenuFunction · 0.70

Calls 2

hasHandlerFunction · 0.70
gutterEventFunction · 0.70

Tested by

no test coverage detected