diff options
Diffstat (limited to 'src/rz_core.js')
| -rw-r--r-- | src/rz_core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rz_core.js b/src/rz_core.js index 7114816c..06a6a619 100644 --- a/src/rz_core.js +++ b/src/rz_core.js @@ -722,7 +722,7 @@ function showNodeInfo(d, i) { }); view.node_info.on_delete(function() { if (confirm('This node and all its connections will be deleted, are you sure?')) { - graph.removeNode(d.id, null); + graph.removeNode(d.id); update_view__graph(false); view.node_info.hide(); } |
