in frontend/src/lib/cytoscape-cxtmenu/cxtmenu.js [315:319]
_fn = function (e) { if (e.cyTarget === cy || e.target === cy) { // only if event target is directly core return fn.apply(this, [e]); } };