summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/view/graph_view.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js
index 98f15844..7c9bf189 100644
--- a/src/client/view/graph_view.js
+++ b/src/client/view/graph_view.js
@@ -356,6 +356,7 @@ function GraphView(spec) {
.append("g")
.attr('id', function(d){ return d.id; }) // append node id to enable data->visual mapping
.attr('visibility', 'hidden') // made visible on first tick
+ .attr('tabindex', 0)
.call(drag);
node.attr('class', function(d) {