MCPcopy Create free account
hub / github.com/corbanbrook/dsp.js / contextMenu

Function contextMenu

examples/js/processing.js:4809–4812  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

4807 };
4808
4809 var contextMenu = function(e) {
4810 e.preventDefault();
4811 e.stopPropagation();
4812 };
4813
4814 p.disableContextMenu = function disableContextMenu() {
4815 curElement.addEventListener('contextmenu', contextMenu, false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected