summaryrefslogtreecommitdiff
path: root/src/client/view/graph_view.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/view/graph_view.js')
-rw-r--r--src/client/view/graph_view.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js
index 9ab541ac..f6afb1d5 100644
--- a/src/client/view/graph_view.js
+++ b/src/client/view/graph_view.js
@@ -1070,7 +1070,7 @@ function GraphView(spec) {
link = vis.selectAll("path.link"),
link_text = vis.selectAll(".linklabel"),
node_text = vis.selectAll("g.nodetext"),
- bubble_radius = selection.is_empty() || temporary ? gv.bubble_radius : selection_outer_radius;
+ bubble_radius = temporary ? 0 : gv.bubble_radius;
if (temporary) {
// XXX convert to a layout