cytoscape-edgehandles
Advanced tools
Comparing version 2.6.1 to 2.6.2
@@ -707,2 +707,5 @@ /*! | ||
// can't draw a line without having the starting node | ||
if( !sourceNode ){ return; } | ||
if( options().handleLineType !== 'ghost' ) { | ||
@@ -709,0 +712,0 @@ ctx.fillStyle = options().handleColor; |
{ | ||
"name": "cytoscape-edgehandles", | ||
"version": "2.6.1", | ||
"version": "2.6.2", | ||
"description": "Edge creation extension for Cytoscape.js", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-edgehandles.js", |
@@ -148,3 +148,3 @@ cytoscape-edgehandles | ||
* `cy.edgehandles('enable')` : enable the extension | ||
* `cy.edgehandles('enable')` : disable the extension | ||
* `cy.edgehandles('disable')` : disable the extension | ||
* `cy.edgehandles('option', 'preview', false)` : set individual option (e.g. `'preview'`) | ||
@@ -151,0 +151,0 @@ * `cy.edgehandles('option', { /* options */ })` : set all options |
92388
1245