Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ contextMenuInGutter
Function
contextMenuInGutter
static/mergely/lib/codemirror.js:4269–4272 ·
view source on GitHub ↗
(cm, e)
Source
from the content-addressed store, hash-verified
4267
}
4268
4269
function
contextMenuInGutter(cm, e) {
4270
if
(!hasHandler(cm,
"gutterContextMenu"
))
return
false;
4271
return
gutterEvent(cm, e,
"gutterContextMenu"
, false);
4272
}
4273
4274
// UPDATING
4275
Callers
1
onContextMenu
Function · 0.70
Calls
2
hasHandler
Function · 0.70
gutterEvent
Function · 0.70
Tested by
no test coverage detected