summaryrefslogtreecommitdiff
path: root/src/client/view
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/view')
-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 6c2efa3e..5195312f 100644
--- a/src/client/view/graph_view.js
+++ b/src/client/view/graph_view.js
@@ -1009,7 +1009,7 @@ function GraphView(spec) {
}
function handle_space(e, node) {
- (e.shiftKey? selection.invert : selection.update)([node]);
+ (e.shiftKey? selection.invert_nodes : selection.select_nodes)([node]);
}
function handle_enter(e, node) {