enable zooming slightly further out

This commit is contained in:
Tao Bror Bojlén 2019-07-24 19:35:56 +03:00
parent a615d115fd
commit 58a549de0f
No known key found for this signature in database
GPG Key ID: C6EC7AAB905F9E6F
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class Cytoscape extends React.PureComponent<ICytoscapeProps> {
name: "preset"
},
maxZoom: 2,
minZoom: 0.03,
minZoom: 0.02,
pixelRatio: 1.0,
selectionType: "single"
});