cytoscape-edgehandles
Advanced tools
Comparing version 2.14.1 to 2.15.0
@@ -642,3 +642,3 @@ /*! | ||
added = cy.elements( '.edgehandles-preview' ).removeClass( 'edgehandles-preview' ); | ||
options().complete( source, targets, added ); | ||
options().complete( source, targets, added, {x: mx, y: my} ); | ||
source.trigger( 'cyedgehandles.complete' ); | ||
@@ -645,0 +645,0 @@ return; |
{ | ||
"name": "cytoscape-edgehandles", | ||
"version": "2.14.1", | ||
"version": "2.15.0", | ||
"description": "Edge creation extension for Cytoscape.js", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-edgehandles.js", |
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
91206