summaryrefslogtreecommitdiff
path: root/src/client/view/search.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-08-08 15:09:27 +0300
committerAlon Levy <alon@pobox.com>2015-08-08 15:09:27 +0300
commitf729cf729f46998e86da025f8829a272a5330b0c (patch)
tree9879389f2db55208bc97455ab03275f241535340 /src/client/view/search.js
parent79b13bae263ad08dd35ed63b0c3d0b7f2932fa5d (diff)
fixing problems with position recording - broke temporary and broke still <enter> breaks (need to reload to see the new node - so it is missing an attribute?
Diffstat (limited to 'src/client/view/search.js')
-rw-r--r--src/client/view/search.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/view/search.js b/src/client/view/search.js
index 41075c28..9ef99fc7 100644
--- a/src/client/view/search.js
+++ b/src/client/view/search.js
@@ -80,6 +80,7 @@ function init() {
} else {
selection.clear();
}
+ rz_core.main_graph_view.zen_mode__set(true);
rz_core.update_view__graph(false);
};