MCPcopy Index your code
hub / github.com/DHTMLX/gantt / contextMenuInGutter

Function contextMenuInGutter

samples/common/codehighlight/codemirror.js:7650–7653  ·  view source on GitHub ↗
(cm, e)

Source from the content-addressed store, hash-verified

7648 }
7649
7650 function contextMenuInGutter(cm, e) {
7651 if (!hasHandler(cm, "gutterContextMenu")) { return false }
7652 return gutterEvent(cm, e, "gutterContextMenu", false)
7653 }
7654
7655 function themeChanged(cm) {
7656 cm.display.wrapper.className = cm.display.wrapper.className.replace(/\s*cm-s-\S+/g, "") +

Callers 1

onContextMenuFunction · 0.85

Calls 2

hasHandlerFunction · 0.85
gutterEventFunction · 0.85

Tested by

no test coverage detected