summaryrefslogtreecommitdiff
path: root/src/client/keyshortcuts.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/keyshortcuts.js')
-rw-r--r--src/client/keyshortcuts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/keyshortcuts.js b/src/client/keyshortcuts.js
index 2f5b66a8..13477d7a 100644
--- a/src/client/keyshortcuts.js
+++ b/src/client/keyshortcuts.js
@@ -23,7 +23,7 @@ function install() {
$('#textanalyser').focus();
}
if (e.keyIdentifier === 'F6') {
- rz_core.main_graph_view.nodes__user_visible(selection.selected_nodes(), true);
+ rz_core.main_graph_view.nodes__user_visible(selection.related(), true);
handled = true;
}
if (e.altKey && e.ctrlKey && 'o' === key) {