@tycho-platform/cytoscape-context-menus
Advanced tools
Comparing version 4.1.2 to 4.1.3
@@ -1062,2 +1062,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
// Luiz Veronesi: this line has been added in order to retrieve the node within the event | ||
console.log(someNode); | ||
if (typeof someNode !== 'undefined') event.data = { | ||
@@ -1064,0 +1065,0 @@ node: someNode |
{ | ||
"name": "@tycho-platform/cytoscape-context-menus", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"description": "A Cytoscape.js extension to provide context menu around elements and core instance.", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-context-menus.js", |
@@ -54,2 +54,3 @@ import * as utils from './utils.js'; | ||
// Luiz Veronesi: this line has been added in order to retrieve the node within the event | ||
console.log(someNode); | ||
if (typeof someNode !== 'undefined') event.data = { node: someNode }; | ||
@@ -56,0 +57,0 @@ setScratchProp('currentCyEvent', event); |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
236206
4567