cytoscape-edgehandles
Advanced tools
Comparing version 3.2.1 to 3.2.2
@@ -515,3 +515,5 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
function removeHandle() { | ||
this.handleNode.remove(); | ||
if (this.handleShown()) { | ||
this.handleNode.remove(); | ||
} | ||
@@ -518,0 +520,0 @@ return this; |
{ | ||
"name": "cytoscape-edgehandles", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"description": "Edge creation UI extension for Cytoscape", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-edgehandles.js", |
@@ -152,3 +152,5 @@ const assign = require('../assign'); | ||
function removeHandle(){ | ||
this.handleNode.remove(); | ||
if( this.handleShown() ){ | ||
this.handleNode.remove(); | ||
} | ||
@@ -155,0 +157,0 @@ return this; |
121460
1571