From 71b76a433234ad52831c636a875cffc4776889f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tao=20Bror=20Bojl=C3=A9n?= Date: Fri, 9 Aug 2019 20:50:12 +0300 Subject: [PATCH] enabling zooming slightly further out --- frontend/src/components/molecules/Cytoscape.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/molecules/Cytoscape.tsx b/frontend/src/components/molecules/Cytoscape.tsx index 6de3d98..ea2211e 100644 --- a/frontend/src/components/molecules/Cytoscape.tsx +++ b/frontend/src/components/molecules/Cytoscape.tsx @@ -47,7 +47,7 @@ class Cytoscape extends React.PureComponent { name: "preset" }, maxZoom: 2, - minZoom: 0.02, + minZoom: 0.01, pixelRatio: 1.0, selectionType: "single" });